C# 클래스 NAnt.DotNet.Types.NamespaceImportEnumerator

Enumerates the NamespaceImport items of a NamespaceImportCollection.
상속: IEnumerator
파일 보기 프로젝트 열기: skolima/NAnt

Private Properties

프로퍼티 타입 설명
IEnumerator bool
IEnumerator void
NamespaceImportEnumerator System

공개 메소드들

메소드 설명
MoveNext ( ) : bool

Advances the enumerator to the next item of the collection.

Reset ( ) : void

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

비공개 메소드들

메소드 설명
IEnumerator ( ) : bool
IEnumerator ( ) : void
NamespaceImportEnumerator ( NamespaceImportCollection arguments ) : System

Initializes a new instance of the NamespaceImportEnumerator class with the specified NamespaceImportCollection.

메소드 상세

MoveNext() 공개 메소드

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

Reset() 공개 메소드

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