CSVParser CharIteratorWithStats Constructor NFX Class Library

[This is preliminary documentation and is subject to change.]

Namespace: NFX.Serialization.CSV
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public CharIteratorWithStats(
	ILookAheadEnumerator<char> enumerator,
	int count = -1
)

Parameters

enumerator
Type: NFX.Collections ILookAheadEnumerator OnlineChar 
count (Optional)
Type: OnlineSystem Int32
See Also