OrderedDictionary<TKey,TValue>.KeyCollection.IList.Clear Metoda

Definicja

Usuwa wszystkie elementy z 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

Uwagi

Ten element członkowski jest jawną implementacją składową interfejsu. Można go używać tylko wtedy, gdy wystąpienie <xref:System.Collections.Generic.OrderedDictionary'2.KeyCollection> jest rzutowanie do interfejsu <xref:System.Collections.IList>.

Dotyczy