NodeList<T>
Class in Arbor / Inherits from: object
Description
Node list
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| T | Node type |
Properties
| Property Name | Description |
|---|---|
| count | Get a count of Node. |
| this[int] | Get Node from index. |
Methods
| Method Name | Description |
|---|---|
| Add | Add a node. |
| GetFromID | Gets Node from the node identifier. |
| IndexOf | Get Node index. |
| Remove | Remove a node. |