GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroup Class / GetEnumerator Method
In This Topic
    GetEnumerator Method (GoGroup)
    In This Topic
    Get an enumerator for iterating over the group's children, starting with the first child, which is painted behind all other children in the group.
    Syntax
    public GoGroupEnumerator GetEnumerator()
    See Also