C# 클래스 Gu.Wpf.Adorners.EmptyEnumerator

Returns an Enumerator that enumerates over nothing.
상속: IEnumerator
파일 보기 프로젝트 열기: JohanLarsson/Gu.Wpf.Adorners

공개 프로퍼티들

프로퍼티 타입 설명
Instance IEnumerator

Private Properties

프로퍼티 타입 설명
EmptyEnumerator System

공개 메소드들

메소드 설명
MoveNext ( ) : bool

Returns false.

Reset ( ) : void

Does nothing.

비공개 메소드들

메소드 설명
EmptyEnumerator ( ) : System

메소드 상세

MoveNext() 공개 메소드

Returns false.
public MoveNext ( ) : bool
리턴 bool

Reset() 공개 메소드

Does nothing.
public Reset ( ) : void
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

Read-Only instance of an Empty Enumerator.
public static IEnumerator Instance
리턴 IEnumerator