log4net SDK Reference

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(
   AppenderCollection c
);

Parameters

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

Remarks

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

See Also

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