Click or drag to resize

EnumerableNode Class

Type info for an enumerable member.
Inheritance Hierarchy

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

The EnumerableNode type exposes the following members.

Constructors
  NameDescription
Public methodEnumerableNode
Initializes a new instance of the EnumerableNode class
Top
Properties
  NameDescription
Public propertyCanValueChange
Indicates if this the value of this node can change.
(Overrides NodeTypeInfoCanValueChange.)
Public propertyIndex
Index of item to access in enumerable.
Top
Methods
  NameDescription
Public methodGetValue
Returns the value using the type info on the specified object.
(Overrides NodeTypeInfoGetValue(Object).)
Top
See Also