XmlSchemaObjectEnumerator Clase
Definición
Representa el enumerador de para XmlSchemaObjectCollection.Represents the enumerator for the XmlSchemaObjectCollection.
public ref class XmlSchemaObjectEnumerator : System::Collections::IEnumerator
public ref class XmlSchemaObjectEnumerator sealed : System::Collections::IEnumerator
public class XmlSchemaObjectEnumerator : System.Collections.IEnumerator
public sealed class XmlSchemaObjectEnumerator : System.Collections.IEnumerator
type XmlSchemaObjectEnumerator = class
interface IEnumerator
Public Class XmlSchemaObjectEnumerator
Implements IEnumerator
Public NotInheritable Class XmlSchemaObjectEnumerator
Implements IEnumerator
- Herencia
-
XmlSchemaObjectEnumerator
- Implementaciones
Propiedades
Current |
Obtiene el objeto XmlSchemaObject actual de la colección.Gets the current XmlSchemaObject in the collection. |
Métodos
Equals(Object) |
Determina si el objeto especificado es igual que el objeto actual.Determines whether the specified object is equal to the current object. (Heredado de Object) |
GetHashCode() |
Sirve como la función hash predeterminada.Serves as the default hash function. (Heredado de Object) |
GetType() |
Obtiene el Type de la instancia actual.Gets the Type of the current instance. (Heredado de Object) |
MemberwiseClone() |
Crea una copia superficial del Object actual.Creates a shallow copy of the current Object. (Heredado de Object) |
MoveNext() |
Se desplaza al siguiente elemento de la colección.Moves to the next item in the collection. |
Reset() |
Restablece el enumerador al principio de la colección.Resets the enumerator to the start of the collection. |
ToString() |
Devuelve una cadena que representa el objeto actual.Returns a string that represents the current object. (Heredado de Object) |
Implementaciones de interfaz explícitas
IEnumerator.Current |
Para obtener una descripción de este miembro, vea Current.For a description of this member, see Current. |
IEnumerator.MoveNext() |
Para obtener una descripción de este miembro, vea MoveNext().For a description of this member, see MoveNext(). |
IEnumerator.Reset() |
Para obtener una descripción de este miembro, vea Reset().For a description of this member, see Reset(). |