Table of Contents

Class IniReader

Namespace
ReFuel.IO
Assembly
ReFuel.dll
public class IniReader : IEnumerable<IniNode>, IEnumerable, IDisposable
Inheritance
IniReader
Implements
Inherited Members

Properties

Options

public IniOptions Options { get; }

Property Value

IniOptions

Reader

public TextReader Reader { get; }

Property Value

TextReader

Row

public int Row { get; }

Property Value

int

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

Returns

IEnumerator<IniNode>