ImmutableHashSet<T>.ICollection<T>.Clear Método

Definición

Quita todos los elementos de este conjunto.

 virtual void System.Collections.Generic.ICollection<T>.Clear() = System::Collections::Generic::ICollection<T>::Clear;
void ICollection<T>.Clear();
abstract member System.Collections.Generic.ICollection<T>.Clear : unit -> unit
override this.System.Collections.Generic.ICollection<T>.Clear : unit -> unit
Sub Clear () Implements ICollection(Of T).Clear

Implementaciones

Excepciones

El conjunto es de solo lectura.

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la ImmutableHashSet<T> instancia se convierte en una ICollection<T> interfaz.

Se aplica a