C# Class FluentSharp.CoreLib.API_FuzzDB_Generic_Lists

Show file Open project: o2platform/O2.Platform.Scripts

Public Methods

Method Description
ints_getN ( this fuzzDB, int end ) : List
ints_getN ( this fuzzDB, int start, int end ) : List
ints_getN_Random ( this fuzzDB, int count ) : List
ints_getN_Random ( this fuzzDB, int count, int range ) : List

Method Details

ints_getN() public static method

public static ints_getN ( this fuzzDB, int end ) : List
fuzzDB this
end int
return List

ints_getN() public static method

public static ints_getN ( this fuzzDB, int start, int end ) : List
fuzzDB this
start int
end int
return List

ints_getN_Random() public static method

public static ints_getN_Random ( this fuzzDB, int count ) : List
fuzzDB this
count int
return List

ints_getN_Random() public static method

public static ints_getN_Random ( this fuzzDB, int count, int range ) : List
fuzzDB this
count int
range int
return List