ImmutableArray<T>.ICollection<T>.Clear Método
Definición
Devuelve NotSupportedException en todos los casosThrows NotSupportedException in all cases.
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
Comentarios
Este miembro es una implementación explícita de un miembro de interfaz.This member is an explicit interface member implementation. Solo se puede utilizar cuando la instancia de ImmutableArray<T> se convierte en una interfaz ICollection<T>.It can be used only when the ImmutableArray<T> instance is cast to an ICollection<T> interface.