C# 클래스 System.Xml.Schema.XmlSchemaObjectTable.XSOEnumerator

상속: IEnumerator
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

보호된 프로퍼티들

프로퍼티 타입 설명
currentIndex int
currentKey System.Xml.XmlQualifiedName
currentValue XmlSchemaObject
size int

공개 메소드들

메소드 설명
MoveNext ( ) : bool
Reset ( ) : void

비공개 메소드들

메소드 설명
XSOEnumerator ( List entries, int size, EnumeratorType enumType ) : System.Collections

메소드 상세

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

currentIndex 보호되어 있는 프로퍼티

protected int currentIndex
리턴 int

currentKey 보호되어 있는 프로퍼티

protected XmlQualifiedName,System.Xml currentKey
리턴 System.Xml.XmlQualifiedName

currentValue 보호되어 있는 프로퍼티

protected XmlSchemaObject,System.Xml.Schema currentValue
리턴 XmlSchemaObject

size 보호되어 있는 프로퍼티

protected int size
리턴 int