| INodeCollection Properties |
The INodeCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Returns total number of available node in the collection
| |
| FinalNode |
Final node of the collection that internal execution will be finished when reached
| |
| InitialNode |
Initial node of the collection that execution will pick it to start
| |
| ItemInt32 |
Get a node by index
| |
| ItemString |
Get a node by name
|