public class IntRangePublic Class IntRangeNo code example is currently available or this language may not be supported.| IntRange | Create a new Instance of the IntRange Item. |
| IntRange(Int32, Int32) | Create a new Instance of the IntRange Item. |
| EndValue | Get/Set the Inclusive End Value of this Item. |
| Length | Get/Set the implied length of this range. |
| StartValue | Get/Set the Inclusive Start Value of this Item. |
| Tag | Get/Set an object to associate with this Range. |
| And | Return the logical AND result of the two specified Int Ranges. |
| AndFit | Return a value indicating the type of fit the two specified Ranges will yield if logically ANDed together. |
| Contains | Return a value indicating whether the specified value is implicitly contained within the range. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| FitsInside | Return a value indicating whether this Range will fit inside the specified Int Range. |
| GetHashCode | (Inherited from Object) |
| GetHighBound | Return the closest value greater than or equal to the specified value to find. |
| GetLowBound | Return the closest value lower than or equal to the specified value to find. |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Return the string representation of this instance.
(Overrides ObjectToString) |