Idioma

Measurement.Add Método

Definição

Sobrecargas

Add(KeyValuePair<String,Object>)

public void Add(System.Collections.Generic.KeyValuePair<string,object> item);
abstract member Add : System.Collections.Generic.KeyValuePair<string, obj> -> unit
override this.Add : System.Collections.Generic.KeyValuePair<string, obj> -> unit
Public Sub Add (item As KeyValuePair(Of String, Object))

Parâmetros

Implementações

Aplica-se a

Add(String, Object)

public void Add(string key, object value);
abstract member Add : string * obj -> unit
override this.Add : string * obj -> unit
Public Sub Add (key As String, value As Object)

Parâmetros

key
String
value
Object

Implementações

Aplica-se a