[This is preliminary documentation and is subject to change.]

Tries to get a value by full key.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public bool TryGetValue(
	string key,
	out T result
)

Parameters

key
String
Full key to search for.
result
T%
Result.

Return Value

True of a value was found for this key.

Implements

IDictionary<(Of <(<'TKey, TValue>)>)>..::..TryGetValue(TKey, TValue%)

See Also