log4net SDK Reference

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