Click or drag to resize

MethodNode Class

Type info for a method member.
Inheritance Hierarchy

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class MethodNode : NodeTypeInfo

The MethodNode type exposes the following members.

Constructors
  NameDescription
Public methodMethodNode
Initializes a new instance of the MethodNode class
Top
Properties
  NameDescription
Public propertyCanValueChange
Indicates if this the value of this node can change.
(Overrides NodeTypeInfoCanValueChange.)
Public propertyMethod
Method info.
Top
Methods
  NameDescription
Public methodGetValue
Returns the value using the type info on the specified object.
(Overrides NodeTypeInfoGetValue(Object).)
Top
See Also