IConfigurationCollection<T> Interface Methods
For a list of all members of this type, see IConfigurationCollection<T> members.
Public Methods
Name | Description | |
---|---|---|
![]() | AddConfiguration | Add configuration |
![]() | AddGroup | Add child group |
![]() | GroupByFullKey | Return group by fullkey |
![]() | GroupsBySubKey | Returns all groups with matching subkey |
![]() | ValueByFullKey | Return value by fullkey |
![]() | ValuesBySubKey | Returns all values with matching subkey |
See Also