Method Deconstruct
| Improve this Doc View SourceDeconstruct(out String, out ISectionData)
Deconstructs the current SectionModel.
Declaration
public readonly void Deconstruct(out string name, out ISectionData data)
Parameters
Type | Name | Description |
---|---|---|
String | name | The section name of the current SectionModel. |
ISectionData | data | The sections data of the current SectionModel. |