GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoCollection Interface / Backwards Property
In This Topic
    Backwards Property (IGoCollection)
    In This Topic
    Gets an enumerable whose enumerator will iterate over the GoObjects in reverse order.
    Syntax
    IEnumerable<GoObject> Backwards {get;}
    Remarks
    The regular enumerator iterates over the GoObjects in this collection in forward order.
    See Also