Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
LSharp
SequenceEnumerator
C# Class LSharp.SequenceEnumerator
An Enumerator which allows any ISequence to be easily turned something that is IEnumerable
Inheritance:
IEnumerator
Mostrar archivo
Open project: RobBlackwell/LSharp
Public Methods
Method
Description
MoveNext
( ) :
bool
Reset
( ) :
void
SequenceEnumerator
(
ISequence
sequence
) :
System.Collections
Method Details
MoveNext()
public
method
public
MoveNext
( ) :
bool
return
bool
Reset()
public
method
public
Reset
( ) :
void
return
void
SequenceEnumerator()
public
method
public
SequenceEnumerator
(
ISequence
sequence
) :
System.Collections
sequence
ISequence
return
System.Collections