log4net SDK Reference

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(
   ICollection col
);

Parameters

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

Remarks

Missing <remarks> documentation for M:log4net.Appender.AppenderCollection.#ctor(System.Collections.ICollection)

See Also

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