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

Definição

Devolve uma referência de apenas leitura ao valor associado ao fornecido key.

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 deve ser consultada.

Devoluções

TValue

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

Exceções

O key não está presente.

Aplica-se a