ImmutableArray<T>.ICollection<T>.Clear Método
Definição
Gera NotSupportedException em todos os casos.Throws 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
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de ImmutableArray<T> é convertida em uma interface de ICollection<T>.It can be used only when the ImmutableArray<T> instance is cast to an ICollection<T> interface.