AppenderCollection Clone Method Apache log4net™ SDK Documentation
Creates a shallow copy of the AppenderCollection.

Namespace: log4net.Appender
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 AppenderCollection with a shallow copy of the collection data.

Implements

OnlineICloneable Clone 
See Also