log4net SDK Reference

LevelCollection.Clone Method 

Creates a shallow copy of the LevelCollection.

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

Return Value

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

Implements

ICloneable.Clone

Remarks

Missing <remarks> documentation for M:log4net.Core.LevelCollection.Clone

See Also

LevelCollection Class | log4net.Core Namespace