Property Item
| Improve this Doc View SourceItem[String]
Gets the data of a section with the specified section.
Declaration
ISectionData this[string section] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| String | section | The name of the section to get. |
Property Value
| Type | Description |
|---|---|
| ISectionData | The collection with the specified section. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|
| SectionNotFoundException | If the |