class ModelNodeCollection
An enumerable for Model’s ModelNodes
Instance Fields and Properties
| int Count | This is the total number of nodes in the Model. |
Instance Methods
| Add | This adds a root node to the Model’s node hierarchy! If There is already an initial root node, this node will still be a root node, but will be a Sibling of the Model’s RootNode. If this is the first root node added, you’ll be able to access it via RootNode. |
| GetEnumerator | Gets an enumerator for the collection. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!