Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CSharpMinifier
RandomIdGenerator
C# Class CSharpMinifier.RandomIdGenerator
Inheritance:
NamesGenerator
Show file
Open project: KvanTTT/CSharp-Minifier
Public Methods
Method
Description
Next
( ) :
string
RandomIdGenerator
(
int
minLength
,
int
maxLength
) :
System
Reset
( ) :
void
Method Details
Next()
public
method
public
Next
( ) :
string
return
string
RandomIdGenerator()
public
method
public
RandomIdGenerator
(
int
minLength
,
int
maxLength
) :
System
minLength
int
maxLength
int
return
System
Reset()
public
method
public
Reset
( ) :
void
return
void