PluginCollection ReadOnly Method Apache log4net™ SDK Documentation
Creates a read-only wrapper for a PluginCollection instance.

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

public static PluginCollection ReadOnly(
	PluginCollection list
)

Return Value

Type: PluginCollection
A PluginCollection wrapper that is read-only.
See Also