Click or drag to resize

ISettingsProcessorListGroups Method

List group names. The null unnamed group will be included if any values are stored in the unnamed group.

Namespace: Orthogonal.NSettings
Assembly: Orthogonal.NSettings (in Orthogonal.NSettings.dll) Version: 3.0.5
Syntax
C#
string[] ListGroups()

Return Value

String
A string array of group names. One item may be null if there are any values stored in the unnamed group.
See Also