[This is preliminary documentation and is subject to change.]
Namespace: NFX.Serialization.CSVAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public CharIteratorWithStats(
ILookAheadEnumerator<char> enumerator,
int count = -1
)
public CharIteratorWithStats(
ILookAheadEnumerator<char> enumerator,
int count = -1
)
Public Sub New (
enumerator As ILookAheadEnumerator(Of Char),
Optional count As Integer = -1
)
Public Sub New (
enumerator As ILookAheadEnumerator(Of Char),
Optional count As Integer = -1
)
public:
CharIteratorWithStats(
ILookAheadEnumerator<wchar_t>^ enumerator,
int count = -1
)
public:
CharIteratorWithStats(
ILookAheadEnumerator<wchar_t>^ enumerator,
int count = -1
)
new :
enumerator : ILookAheadEnumerator<char> *
?count : int
(* Defaults:
let _count = defaultArg count -1
*)
-> CharIteratorWithStats
new :
enumerator : ILookAheadEnumerator<char> *
?count : int
(* Defaults:
let _count = defaultArg count -1
*)
-> CharIteratorWithStats