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