GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
IGoCollection Interface
/ Backwards Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Backwards Property (IGoCollection)
In This Topic
Gets an enumerable whose enumerator will iterate over the
GoObject
s in reverse order.
Syntax
C#
IEnumerable<GoObject>
Backwards {
get
;}
Remarks
The regular enumerator iterates over the
GoObject
s in this collection in forward order.
See Also
Reference
IGoCollection Interface
IGoCollection Members