Share via


IKeyValuePair<K,V>.Value Propiedad

Definición

Obtiene el valor del par clave-valor.

public:
 property V Value { V get(); };
V Value();
public V Value { get; }
Public ReadOnly Property Value As V

Valor de propiedad

V

Valor.

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