public struct GoCollectionEnumerator : System.ValueType
public struct GoCollectionEnumerator : System.ValueType
foreach
(or For Each
) construct to iterate through the objects that are part of a collection.
Remember that you must not modify the collection, by adding or removing any child objects, while you are iterating over the children. If you do, you may get an InvalidOperationException. This structure type does not support comparison for equality.