C# 클래스 Cream.AllenTemporal.AllenDomain.AllenDomainIterator

상속: IEnumerator
파일 보기 프로젝트 열기: kikoanis/CSharpCream

Private Properties

프로퍼티 타입 설명
InitBlock void

공개 메소드들

메소드 설명
AllenDomainIterator ( AllenDomain enclosingInstance ) : System

Initializes a new instance of the AllenDomainIterator class.

MoveNext ( ) : bool

Advances the enumerator to the next element of the collection.

Reset ( ) : void

Sets the enumerator to its initial position, which is before the first element in the collection.

비공개 메소드들

메소드 설명
InitBlock ( AllenDomain eI ) : void

Inits the block.

메소드 상세

AllenDomainIterator() 공개 메소드

Initializes a new instance of the AllenDomainIterator class.
public AllenDomainIterator ( AllenDomain enclosingInstance ) : System
enclosingInstance AllenDomain The enclosing instance.
리턴 System

MoveNext() 공개 메소드

Advances the enumerator to the next element of the collection.
/// The collection was modified after the enumerator was created. ///
public MoveNext ( ) : bool
리턴 bool

Reset() 공개 메소드

Sets the enumerator to its initial position, which is before the first element in the collection.
/// The collection was modified after the enumerator was created. ///
public Reset ( ) : void
리턴 void