Struct SectionModel
Represents a section.
Inherited Members
Namespace: SeztionParser
Assembly: SeztionParser.dll
Syntax
public readonly struct SectionModel
Constructors
Name | Description |
---|---|
SectionModel(String, ISectionData) | Initializes a new instance of the SectionModel structure with the specified name and data. |
Properties
Name | Description |
---|---|
Data | Allows access to the section data. |
Name | Allows access to the section name. |
Methods
Name | Description |
---|---|
Deconstruct(out String, out ISectionData) | Deconstructs the current SectionModel. |
ToString() | Converts the SectionModel instance to a String object. |