log4net SDK Reference

AppenderCollection Constructor (IAppender[])

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal a As IAppender() _
)
[C#]
public AppenderCollection(
   IAppender[] a
);

Parameters

a
The IAppender array whose elements are copied to the new list.

Remarks

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

See Also

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