Click or drag to resize

IDataContextGetValue Method

Returns the value at the specified path.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
Object GetValue(
	string path
)

Parameters

path
Type: SystemString
Path to get value for.

Return Value

Type: Object
Current value at specified path.
See Also