ImmutableArray<T>.IList.Clear Método

Definición

Produce NotSupportedException en todos los casos.

 virtual void System.Collections.IList.Clear() = System::Collections::IList::Clear;
void IList.Clear();
abstract member System.Collections.IList.Clear : unit -> unit
override this.System.Collections.IList.Clear : unit -> unit
Sub Clear () Implements IList.Clear

Implementaciones

Excepciones

Se produce en todos los casos.

Comentarios

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

Se aplica a