RandomAttribute Constructors

Definition

Overloads

RandomAttribute(Int32)
RandomAttribute(Double, Double, Int32)
RandomAttribute(Int32, Int32, Int32)

RandomAttribute(Int32)

public RandomAttribute (int count);
new NUnit.Framework.RandomAttribute : int -> NUnit.Framework.RandomAttribute

Parameters

count
Int32

Applies to

RandomAttribute(Double, Double, Int32)

public RandomAttribute (double min, double max, int count);
new NUnit.Framework.RandomAttribute : double * double * int -> NUnit.Framework.RandomAttribute

Parameters

min
Double
max
Double
count
Int32

Applies to

RandomAttribute(Int32, Int32, Int32)

public RandomAttribute (int min, int max, int count);
new NUnit.Framework.RandomAttribute : int * int * int -> NUnit.Framework.RandomAttribute

Parameters

min
Int32
max
Int32
count
Int32

Applies to