Compartir vía


ImmutableHashSet<T>.Enumerator Estructura

Definición

Enumera el contenido del conjunto hash inmutable sin asignar ninguna memoria.

public: value class ImmutableHashSet<T>::Enumerator : System::Collections::Generic::IEnumerator<T>
public struct ImmutableHashSet<T>.Enumerator : System.Collections.Generic.IEnumerator<T>
type ImmutableHashSet<'T>.Enumerator = struct
    interface IEnumerator<'T>
    interface IEnumerator
    interface IDisposable
type ImmutableHashSet<'T>.Enumerator = struct
    interface IEnumerator<'T>
    interface IDisposable
    interface IEnumerator
Public Structure ImmutableHashSet(Of T).Enumerator
Implements IEnumerator(Of T)

Parámetros de tipo

T
Herencia
ImmutableHashSet<T>.Enumerator
Implementaciones

Propiedades

Nombre Description
Current

Obtiene el elemento en la posición actual del enumerador.

Métodos

Nombre Description
Dispose()

Libera los recursos usados por la instancia actual de la ImmutableHashSet<T>.Enumerator clase .

MoveNext()

Hace avanzar el enumerador al siguiente elemento del conjunto hash inmutable.

Reset()

Establece el enumerador en su posición inicial, que es antes del primer elemento del conjunto hash.

Implementaciones de interfaz explícitas

Nombre Description
IEnumerator.Current

Obtiene el elemento actual.

Se aplica a

Seguridad para subprocesos

Este tipo es seguro para subprocesos.