ReadOnlyPropertiesDictionaryContains Method Apache log4net™ SDK Documentation
Test if the dictionary contains a specified key

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

public bool Contains(
	string key
)

Parameters

key
Type: SystemString
the key to look for

Return Value

Type: Boolean
true if the dictionary contains the specified key
Remarks

Test if the dictionary contains a specified key

See Also

Reference