RangeAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RangeAttribute(Int32, Int32)
public RangeAttribute (int from, int to);
new NUnit.Framework.RangeAttribute : int * int -> NUnit.Framework.RangeAttribute
Parameters
RangeAttribute(Double, Double, Double)
public RangeAttribute (double from, double to, double step);
new NUnit.Framework.RangeAttribute : double * double * double -> NUnit.Framework.RangeAttribute
Parameters
RangeAttribute(Int32, Int32, Int32)
public RangeAttribute (int from, int to, int step);
new NUnit.Framework.RangeAttribute : int * int * int -> NUnit.Framework.RangeAttribute
Parameters
RangeAttribute(Int64, Int64, Int64)
public RangeAttribute (long from, long to, long step);
new NUnit.Framework.RangeAttribute : int64 * int64 * int64 -> NUnit.Framework.RangeAttribute
Parameters
RangeAttribute(Single, Single, Single)
public RangeAttribute (float from, float to, float step);
new NUnit.Framework.RangeAttribute : single * single * single -> NUnit.Framework.RangeAttribute
Parameters