Interface ISectionsData
Represents a collection of sections.
Inherited Members
Namespace: SeztionParser
Assembly: SeztionParser.dll
Syntax
public interface ISectionsData : IEnumerable<SectionModel>, IEnumerable
Properties
| Name | Description |
|---|---|
| Item[String] | Gets the data of a section with the specified section. |
Methods
| Name | Description |
|---|---|
| GetAll() | Gets the data from all sections. |
| GetNames() | Gets the names of all sections. |
| TryGetData(String, out ISectionData) | Gets the data of a section. |