Gets the value associated with the specified key.
| C# |
public bool TryGetValue( TKey key, out TValue value )
true if the object that implements IDictionary<(Of <(<'TKey, TValue>)>)> contains an element with the specified key; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException |
key is null.
|
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)