Compartir a través de


IndexingParametersConfiguration.Item[String] Propiedad

Definición

Obtiene o establece el elemento con la clave especificada.

public object this[string key] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(key As String) As Object

Parámetros

key
String

La clave del elemento que se obtiene o establece.

Valor de propiedad

El elemento con la clave especificada.

Implementaciones

Excepciones

key es null.

La propiedad se recupera, pero key no se encuentra.

La propiedad está establecida y IDictionary<TKey,TValue> es de solo lectura.

Se aplica a