Method TryGetData
| Improve this Doc View SourceTryGetData(String, out ISectionData)
Gets the data of a section.
Declaration
bool TryGetData(string section, out ISectionData data)
Parameters
Type | Name | Description |
---|---|---|
String | section | The name of the section to get. |
ISectionData | data | When this method returns, the data associated with the specified section, if the |
Returns
Type | Description |
---|---|
Boolean |
|
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|