LevelCollection.Clone Method Apache log4netâ„¢ SDK Documentation
Creates a shallow copy of the LevelCollection.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public virtual Object Clone()

Return Value

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

Implements

OnlineICloneable.Clone()
See Also