XmlSchemaCollectionEnumerator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supports a simple iteration over a collection. This class cannot be inherited.
public ref class XmlSchemaCollectionEnumerator sealed : System::Collections::IEnumerator
public sealed class XmlSchemaCollectionEnumerator : System.Collections.IEnumerator
type XmlSchemaCollectionEnumerator = class
interface IEnumerator
Public NotInheritable Class XmlSchemaCollectionEnumerator
Implements IEnumerator
- Inheritance
-
XmlSchemaCollectionEnumerator
- Implements
Properties
Current |
Gets the current XmlSchema in the collection. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
MoveNext() |
Advances the enumerator to the next schema in the collection. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Explicit Interface Implementations
IEnumerator.Current |
For a description of this member, see Current. |
IEnumerator.MoveNext() |
For a description of this member, see MoveNext(). |
IEnumerator.Reset() |
For a description of this member, see IEnumerator.Reset(). |