C# Class DotNetWebToolkit.Cil2Js.Output.NameGenerator

显示文件 Open project: chrisdunelm/DotNetWebToolkit Class Usage Examples

Public Methods

Method Description
GetNewName ( ) : string
NameGenerator ( IEnumerable forbidden = null ) : System

Private Methods

Method Description
GenFn ( HashSet forbidden ) : IEnumerable

Method Details

GetNewName() public method

public GetNewName ( ) : string
return string

NameGenerator() public method

public NameGenerator ( IEnumerable forbidden = null ) : System
forbidden IEnumerable
return System