OrderedDictionary<TKey,TValue>.KeyCollection.IList.Clear Método

Definição

Remove todos os itens do 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

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a instância <xref:System.Collections.Generic.OrderedDictionary'2.KeyCollection> é convertida em uma interface <xref:System.Collections.IList>.

Aplica-se a