[]
Gets or sets the value indicating whether the range should be inverted. If the range is inverted, the range's iterator goes from the end of the range backwards.
public bool Inverted { get; set; }
Public Property Inverted As Boolean
| Type | Description |
|---|---|
| bool | True if the range is inverted, false otherwise. |