ImmutableSortedDictionary<TKey,TValue>.ValueRef(TKey) Método

Definição

Retorna uma referência somente leitura ao valor associado ao key fornecido.

public:
 TValue& ^ ValueRef(TKey key);
public ref readonly TValue ValueRef (TKey key);
member this.ValueRef : 'Key -> 'Value
Public Function ValueRef (key As TKey) As TValue

Parâmetros

key
TKey

A chave da entrada a ser pesquisada.

Retornos

TValue

Uma referência somente leitura ao valor associado ao key fornecido.

Exceções

O key não está presente.

Aplica-se a