Tesla Graphics Engine Documentation (January 2012)
TryGetValue Method (key, value)
TeslaTesla.CollectionsReadOnlyDictionary<(Of <(<'TKey, TValue>)>)>TryGetValue(TKey, TValue%)
Gets the value associated with the specified key.
Declaration Syntax
C#
public bool TryGetValue(
	TKey key,
	out TValue value
)
Parameters
key (TKey)
The key whose value to get.
value (TValue%)
When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.
Return Value
true if the object that implements IDictionary<(Of <(<'TKey, TValue>)>)> contains an element with the specified key; otherwise, false.
Exceptions
Exception Condition
ArgumentNullException key is null.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)