 | RangeIteratorTAscending Property |
Returns whether or not this iterator works up from the start point (ascending)
or down from the end point (descending)
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic bool Ascending { get; }
Public ReadOnly Property Ascending As Boolean
Get
public:
property bool Ascending {
bool get ();
}
member Ascending : bool with get
Property Value
Type:
Boolean
See Also