ContextStaticDictionaryTkey, TTypeTryGetValue(Tkey, TType) Method

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool TryGetValue(
	Tkey key,
	out TType value
)

Parameters

key  Tkey
 
value  TType
 

Return Value

Boolean

See Also