log4net SDK Reference

PluginCollection.Clone Method 

Creates a shallow copy of the PluginCollection.

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

Return Value

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

Implements

ICloneable.Clone

Remarks

Missing <remarks> documentation for M:log4net.Plugin.PluginCollection.Clone

See Also

PluginCollection Class | log4net.Plugin Namespace