RangeAttribute Constructors

Definition

Overloads

RangeAttribute(Int32, Int32)
RangeAttribute(Double, Double, Double)
RangeAttribute(Int32, Int32, Int32)
RangeAttribute(Int64, Int64, Int64)
RangeAttribute(Single, Single, Single)

RangeAttribute(Int32, Int32)

public RangeAttribute (int from, int to);
new NUnit.Framework.RangeAttribute : int * int -> NUnit.Framework.RangeAttribute

Parameters

from
Int32
to
Int32

Applies to

RangeAttribute(Double, Double, Double)

public RangeAttribute (double from, double to, double step);
new NUnit.Framework.RangeAttribute : double * double * double -> NUnit.Framework.RangeAttribute

Parameters

from
Double
to
Double
step
Double

Applies to

RangeAttribute(Int32, Int32, Int32)

public RangeAttribute (int from, int to, int step);
new NUnit.Framework.RangeAttribute : int * int * int -> NUnit.Framework.RangeAttribute

Parameters

from
Int32
to
Int32
step
Int32

Applies to

RangeAttribute(Int64, Int64, Int64)

public RangeAttribute (long from, long to, long step);
new NUnit.Framework.RangeAttribute : int64 * int64 * int64 -> NUnit.Framework.RangeAttribute

Parameters

from
Int64
to
Int64
step
Int64

Applies to

RangeAttribute(Single, Single, Single)

public RangeAttribute (float from, float to, float step);
new NUnit.Framework.RangeAttribute : single * single * single -> NUnit.Framework.RangeAttribute

Parameters

from
Single
to
Single
step
Single

Applies to