Click or drag to resize

ContextGetValue 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
public Object GetValue(
	string path
)

Parameters

path
Type: SystemString
Path to get value for.

Return Value

Type: Object
Current value at specified path.

Implements

IDataContextGetValue(String)
See Also