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

Inheritance: IEnumerator
Mostra file Open project: gbarnett/shared-source-cli-2.0

Protected Properties

Property Type Description
currentIndex int
currentKey System.Xml.XmlQualifiedName
currentValue XmlSchemaObject
size int

Public Methods

Method Description
MoveNext ( ) : bool
Reset ( ) : void

Private Methods

Method Description
XSOEnumerator ( List entries, int size, EnumeratorType enumType ) : System.Collections

Method Details

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void

Property Details

currentIndex protected_oe property

protected int currentIndex
return int

currentKey protected_oe property

protected XmlQualifiedName,System.Xml currentKey
return System.Xml.XmlQualifiedName

currentValue protected_oe property

protected XmlSchemaObject,System.Xml.Schema currentValue
return XmlSchemaObject

size protected_oe property

protected int size
return int