GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColorCollection Class / GetColorEnumerator Method
In This Topic
    GetColorEnumerator Method
    In This Topic
    Returns an IEnumerator object of all the GoColor structures in the collection.
    Syntax
    public IEnumerator<GoColor> GetColorEnumerator()
    See Also