AdditionalPropertiesDictionary<TValue>.Item[String] Propiedad

Definición

Obtiene o establece el elemento con la clave especificada.

public:
 property TValue default[System::String ^] { TValue get(System::String ^ key); void set(System::String ^ key, TValue value); };
public TValue this[string key] { get; set; }
member this.Item(string) : 'Value with get, set
Default Public Property Item(key As String) As TValue

Parámetros

key
String

Clave del elemento que se va a obtener o establecer.

Valor de propiedad

TValue

Elemento con la clave especificada.

Implementaciones

Se aplica a