Share via


IKeyValuePair<K,V>.Key Propiedad

Definición

Obtiene la clave del par clave-valor.

public:
 property K Key { K get(); };
K Key();
public K Key { get; }
Public ReadOnly Property Key As K

Valor de propiedad

K

Clave.

Comentarios

Al programar con .NET, esta interfaz está oculta y los desarrolladores deben usar la estructura System.Collections.Generic.KeyValuePair<TKey,TValue> .

Se aplica a

Consulte también