Class IntegerRange
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Utility
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class IntegerRange : APIBase, IEquatable<APIBase>
Properties
Max
Declaration
public int Max { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Min
Declaration
public int Min { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<T>