SynchronizedReadOnlyCollection<T>.IList.Clear Método

Definición

Los elementos no se pueden borrar de una colección de solo lectura.

 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

Los elementos no se pueden borrar de una colección de solo lectura.

Comentarios

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

Se aplica a