ConnectionItems.ICollection<KeyValuePair<Object,Object>>.Add Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object,System.Object>>.Add(System::Collections::Generic::KeyValuePair<System::Object ^, System::Object ^> item) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::Object ^, System::Object ^>>::Add;
void ICollection<KeyValuePair<object,object>>.Add (System.Collections.Generic.KeyValuePair<object,object> item);
void ICollection<KeyValuePair<object,object>>.Add (System.Collections.Generic.KeyValuePair<object,object?> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object,System.Object>>.Add : System.Collections.Generic.KeyValuePair<obj, obj> -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object,System.Object>>.Add : System.Collections.Generic.KeyValuePair<obj, obj> -> unit
Sub Add (item As KeyValuePair(Of Object, Object)) Implements ICollection(Of KeyValuePair(Of Object, Object)).Add
Parâmetros
- item
- KeyValuePair<Object,Object>