Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

AppenderCollection�Constructor�(ICollection)

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

[Visual�Basic]
Overloads�Public�Sub�New( _
���ByVal col�As�ICollection�_
)
[C#]
public�AppenderCollection(
���ICollectioncol
);

Parameters

col
The IAppender collection whose elements are copied to the new list.

See Also

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