22 public XmlSchema Current => ((XmlSchemaCollectionNode)enumerator.Value)?.Schema;
24 internal XmlSchemaCollectionNode CurrentNode => (XmlSchemaCollectionNode)enumerator.Value;
28 enumerator = collection.GetEnumerator();
41 return enumerator.MoveNext();
49 return enumerator.MoveNext();
bool MoveNext()
Advances the enumerator to the next schema in the collection.
void Reset()
Sets the enumerator to its initial position, which is before the first element in the collection.
bool MoveNext()
Advances the enumerator to the next element of the collection.
Supports a simple iteration over a collection. This class cannot be inherited.
Represents a collection of key/value pairs that are organized based on the hash code of the key....
object Current
Gets the element in the collection at the current position of the enumerator.
An in-memory representation of an XML Schema, as specified in the World Wide Web Consortium (W3C) XML...
Enumerates the elements of a nongeneric dictionary.
Supports a simple iteration over a non-generic collection.