ReadOnlyDictionary45<TKey,TValue>.ContainsKey(TKey) Método

Definição

Relata se existe uma chave no dicionário

public bool ContainsKey (TKey key);
abstract member ContainsKey : 'Key -> bool
override this.ContainsKey : 'Key -> bool
Public Function ContainsKey (key As TKey) As Boolean

Parâmetros

key
TKey

A chave a ser marcar

Retornos

True se existir, othewise fals

Implementações

Aplica-se a