C# Class System.Xml.Schema.XmlSchemaObjectEnumerator

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

Private Properties

Property Type Description
IEnumerator bool
IEnumerator void
XmlSchemaObjectEnumerator System.Collections

Public Methods

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

Private Methods

Method Description
IEnumerator ( ) : bool
IEnumerator ( ) : void
XmlSchemaObjectEnumerator ( IEnumerator enumerator ) : System.Collections

Method Details

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void