Interface ISectionData
Represents a collection of data from a specific section.
Inherited Members
Namespace: SeztionParser
Assembly: SeztionParser.dll
Syntax
public interface ISectionData : IEnumerable<string>, IEnumerable
Properties
Name | Description |
---|---|
Count | Gets the number of elements in a section. |
Item[Int32] | Gets an element of a section at the specified index. |
Methods
Name | Description |
---|---|
Contains(String) | Determine if the item is in the section. |