C# 클래스 ComponentFactory.Quicksilver.Layout.MetaElementCollection.CompoundMetaElementCollection.CompoundEnumerator

상속: IEnumerator
파일 보기 프로젝트 열기: ComponentFactory/Quicksilver

공개 메소드들

메소드 설명
CompoundEnumerator ( MetaElementCollection collection ) : System

Initialize a new instance of the CompoundEnumerator 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.

메소드 상세

CompoundEnumerator() 공개 메소드

Initialize a new instance of the CompoundEnumerator class.
public CompoundEnumerator ( MetaElementCollection collection ) : System
collection MetaElementCollection Reference to collection.
리턴 System

MoveNext() 공개 메소드

Advances the enumerator to the next element of the collection.
public MoveNext ( ) : bool
리턴 bool

Reset() 공개 메소드

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