Constructor SectionModel
| Improve this Doc View SourceSectionModel(String, ISectionData)
Initializes a new instance of the SectionModel structure with the specified name and data.
Declaration
public SectionModel(string name, ISectionData data)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | The name of the section. |
| ISectionData | data | The section data. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|