Click or drag to resize

NodeTypeInfoSetValue Method

Set the value of the member in the specified object to the specified value.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public virtual void SetValue(
	Object parentObject,
	Object value
)

Parameters

parentObject
Type: SystemObject
Object to set value in.
value
Type: SystemObject
Value to set.
See Also