Collection.IList.Clear Metoda

Definice

Odebere z objektu Collection všechny položky.

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

Výjimky

Je IList jen pro čtení.

Poznámky

Tato metoda odebere všechny položky z objektu Collection .

Platí pro

Viz také