Method | Description | |
---|---|---|
GenerateNameProposals ( AstType type ) : IEnumerable |
||
GenerateVariableName ( AstType type, string baseName = null ) : string |
Generates a variable name for a variable of the specified type.
|
|
GenerateVariableName ( IType type, string baseName = null ) : string |
Generates a variable name for a variable of the specified type.
|
|
NamingHelper ( RefactoringContext context ) : System |
Method | Description | |
---|---|---|
LookupVariable ( string name ) : IVariable | ||
NameIsUnused ( string name ) : bool | ||
ToAstType ( IType type ) : AstType |
public static GenerateNameProposals ( AstType type ) : IEnumerable |
||
type | AstType | |
return | IEnumerable |
public GenerateVariableName ( AstType type, string baseName = null ) : string | ||
type | AstType | /// The type of the variable. /// |
baseName | string | /// Suggested base name. /// |
return | string |
public GenerateVariableName ( IType type, string baseName = null ) : string | ||
type | IType | /// The type of the variable. /// |
baseName | string | /// Suggested base name. /// |
return | string |
public NamingHelper ( RefactoringContext context ) : System | ||
context | RefactoringContext | |
return | System |