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

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual Object Clone()

Return Value

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

Implements

ICloneableClone
See Also

Reference