[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a range of numbers as a parameter.

The following tables list the members exposed by the RangeParameter type.

Public Methods

  NameDescription
Equals (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
GetValuesInRange
Return a set of int values representing the value of the parameter for the given range.

IsWildcard
Returns true if all values between and including min and max are supplied by the parameter.

ToString (Inherited from Object.)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)

Public Constructors

  NameDescription
RangeParameterNew
Ctor.

Public Properties

  NameDescription
High
Returns end of range.

Low
Returns Start of range.