C# Class System.Xml.Schema.XmlSchemaObjectTable.XSOEnumerator

Inheritance: IEnumerator
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Protected Properties

Свойство Type Description
currentIndex int
currentKey System.Xml.XmlQualifiedName
currentValue XmlSchemaObject
size int

Méthodes publiques

Méthode Description
MoveNext ( ) : bool
Reset ( ) : void

Private Methods

Méthode Description
XSOEnumerator ( List entries, int size, EnumeratorType enumType ) : System.Collections

Method Details

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

currentIndex protected_oe property

protected int currentIndex
Résultat int

currentKey protected_oe property

protected XmlQualifiedName,System.Xml currentKey
Résultat System.Xml.XmlQualifiedName

currentValue protected_oe property

protected XmlSchemaObject,System.Xml.Schema currentValue
Résultat XmlSchemaObject

size protected_oe property

protected int size
Résultat int