struct ModelNodeInfoCollection
A collection of key/value string pairs adding additional information to the ModelNode.
Instance Fields and Properties
| int Count | The number of key/value pairs in the collection. |
| IEnumerable`1 Keys | An enumerable for the keys in this collection. |
| IEnumerable`1 Values | An enumerable for the values in this collection. |
Instance Methods
| Add | Adds a key/value pair, or replaces an existing key/value pair. |
| Clear | Clears all key/value pairs from the collection. |
| Contains | Finds if the key is present in the collection with a non-null value. |
| Get | Finds the value associated with the given key, returns null if the key is not present. |
| GetEnumerator | The enumerator for the collection’s KeyValuePairs. |
| Remove | Removes a specific key/value pair from the collection, if present. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!