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