Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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.

See Also

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