IntRangeItem Class

Individual int32 range.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class IntRangeItem
Inheritance
Object    IntRangeItem

Constructors

IntRangeItemInitializes a new instance of the IntRangeItem class

Properties

End Get/Set the ending value of the range.
Start Get/Set the starting value of the range.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

mEnd Private member for End.
mStart Private member for Start.

See Also