Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

AppenderCollection�Constructor�(AppenderCollection)

Initializes a new instance of the AppenderCollection class that contains elements copied from the specified AppenderCollection.

[Visual�Basic]
Overloads�Public�Sub�New( _
���ByVal c�As�AppenderCollection�_
)
[C#]
public�AppenderCollection(
���AppenderCollectionc
);

Parameters

c
The AppenderCollection whose elements are copied to the new collection.

See Also

AppenderCollection Class | log4net.Appender Namespace | AppenderCollection Constructor Overload List