Class IniReader
public class IniReader : IEnumerable<IniNode>, IEnumerable, IDisposable
- Inheritance
-
IniReader
- Implements
- Inherited Members
Properties
Options
public IniOptions Options { get; }
Property Value
Reader
public TextReader Reader { get; }
Property Value
Row
public int Row { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<IniNode> GetEnumerator()
Returns
- IEnumerator<IniNode>
An enumerator that can be used to iterate through the collection.
GetEnumerator(bool)
public IEnumerator<IniNode> GetEnumerator(bool includeComments = false)
Parameters
includeComments
bool