Метод | Описание | |
---|---|---|
CreateCodeDomProvider ( ) : CodeDomProvider |
Creates a CodeDomProvider.
|
|
CreateLanguageService ( ) : |
Creates a code language service.
|
|
GenerateClassName ( System type ) : string |
Generates a class name for the Template base This is probably not the right location to put this but it seemed the most logical choice |
public CreateCodeDomProvider ( ) : CodeDomProvider | ||
Результат | CodeDomProvider |
public CreateLanguageService ( ) : |
||
Результат |
public GenerateClassName ( System type ) : string | ||
type | System | |
Результат | string |