Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

AppenderCollection.ReadOnly�Method�

Creates a read-only wrapper for a AppenderCollection instance.

[Visual�Basic]
Public�Shared�Function�ReadOnly( _
���ByVal list�As�AppenderCollection�_
)�As�AppenderCollection
[C#]
public�static�AppenderCollection�ReadOnly(
���AppenderCollectionlist
);

Parameters

list
list to create a readonly wrapper arround

Return Value

An AppenderCollection wrapper that is read-only.

See Also

AppenderCollection Class | log4net.Appender Namespace