LevelCollectionReadOnly Method Apache log4net™ SDK Documentation
Creates a read-only wrapper for a LevelCollection instance.

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

public static LevelCollection ReadOnly(
	LevelCollection list
)

Parameters

list
Type: log4net.CoreLevelCollection
list to create a readonly wrapper arround

Return Value

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

Reference