C# 클래스 LSharp.SequenceEnumerator

An Enumerator which allows any ISequence to be easily turned something that is IEnumerable
상속: IEnumerator
파일 보기 프로젝트 열기: RobBlackwell/LSharp

공개 메소드들

메소드 설명
MoveNext ( ) : bool
Reset ( ) : void
SequenceEnumerator ( ISequence sequence ) : System.Collections

메소드 상세

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SequenceEnumerator() 공개 메소드

public SequenceEnumerator ( ISequence sequence ) : System.Collections
sequence ISequence
리턴 System.Collections