Click or drag to resize

DataDictionaryTryGetValue Method

Tries to get the values for the specified key.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public abstract bool TryGetValue(
	Object key,
	out Object value
)

Parameters

key
Type: SystemObject
Key to get value for.
value
Type: SystemObject
Value of specified key.

Return Value

Type: Boolean
True if value for specified key could be found; otherwise, false.
See Also