log4net SDK Documentation - Microsoft .NET Framework 4.0

ReadOnlyPropertiesDictionary.GetKeys Method 

Gets the key names.

[Visual Basic]
Public Function GetKeys() As String()
[C#]
public string[] GetKeys();

Return Value

An array of all the keys.

Remarks

Gets the key names.

See Also

ReadOnlyPropertiesDictionary Class | log4net.Util Namespace