IConfigurationCollection<T> Interface Members
The following tables list the members exposed by IConfigurationCollection<T>.
Public Properties
Name | Description | |
---|---|---|
![]() | Configurations | Configurations in this group |
![]() | FullyQualifiedKey | FullyQualifiedKey |
![]() | Groups | Child groups |
![]() | Name | Name of group |
![]() | SubKey | SubKey |
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