log4net SDK Documentation - Microsoft .NET Framework 4.0

AppenderCollection.Clone Method 

Creates a shallow copy of the AppenderCollection.

[Visual Basic]
Overridable Public Function Clone() As Object _
    Implements ICloneable.Clone
[C#]
public virtual object Clone();

Return Value

A new AppenderCollection with a shallow copy of the collection data.

Implements

ICloneable.Clone

See Also

AppenderCollection Class | log4net.Appender Namespace