C# Класс ICSharpCode.NRefactory.CSharp.Refactoring.NamingHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
LookupVariable ( string name ) : IVariable
NameIsUnused ( string name ) : bool
ToAstType ( IType type ) : AstType

Описание методов

GenerateNameProposals() публичный статический Метод

public static GenerateNameProposals ( AstType type ) : IEnumerable
type AstType
Результат IEnumerable

GenerateVariableName() публичный Метод

Generates a variable name for a variable of the specified type.
public GenerateVariableName ( AstType type, string baseName = null ) : string
type AstType /// The type of the variable. ///
baseName string /// Suggested base name. ///
Результат string

GenerateVariableName() публичный Метод

Generates a variable name for a variable of the specified type.
public GenerateVariableName ( IType type, string baseName = null ) : string
type IType /// The type of the variable. ///
baseName string /// Suggested base name. ///
Результат string

NamingHelper() публичный Метод

public NamingHelper ( RefactoringContext context ) : System
context RefactoringContext
Результат System