Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Foobricator
Tests
TestTools
TestDataRandomizer
C# Class Foobricator.Tests.TestTools.TestDataRandomizer
Inheritance:
IDataRandomizer
,
IDisposable
显示文件
Open project: geoffles/Foobricator
Class Usage Examples
Public Methods
Method
Description
DecimalChar
( ) :
char
Dispose
( ) :
void
LowerChar
( ) :
char
RandomBool
( ) :
bool
RandomDouble
( ) :
double
RandomInt
( ) :
int
TestDataRandomizer
( ) :
System
UpperChar
( ) :
char
Method Details
DecimalChar()
public
method
public
DecimalChar
( ) :
char
return
char
Dispose()
public
method
public
Dispose
( ) :
void
return
void
LowerChar()
public
method
public
LowerChar
( ) :
char
return
char
RandomBool()
public
method
public
RandomBool
( ) :
bool
return
bool
RandomDouble()
public
method
public
RandomDouble
( ) :
double
return
double
RandomInt()
public
method
public
RandomInt
( ) :
int
return
int
TestDataRandomizer()
public
method
public
TestDataRandomizer
( ) :
System
return
System
UpperChar()
public
method
public
UpperChar
( ) :
char
return
char