ModelNodeInfoCollection.GetEnumerator
Enumerator GetEnumerator()
The enumerator for the collection’s KeyValuePairs. This is a
concrete struct enumerator so that foreach over the collection
stays allocation-free (aside from the key/value strings themselves).
| RETURNS: Enumerator | Each consecutive pair in the collection. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!