Array.IList.Clear Metoda

Definice

Odebere všechny položky z objektu IList.

 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

Implementuje

Výjimky

Je IList jen pro čtení.

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho použít pouze v Array případě, že je instance přetypována do IList rozhraní.

Platí pro