Click or drag to resize

MethodNodeGetValue Method

Returns the value using the type info on the specified object.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public override Object GetValue(
	Object parentObject
)

Parameters

parentObject
Type: SystemObject
Object to use the type info on.

Return Value

Type: Object
Current value when using type info on specified object.
See Also