MinMaxItem Class

Minimum and maximum values.

Definition

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

Constructors

MinMaxItemInitializes a new instance of the MinMaxItem class

Properties

Maximum Get/Set the maximum value.
Minimum Get/Set the minimum value.

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

mMaximum The private member for Maximum.
mMinimum The private member for Minimum.

See Also