C# Класс Tangerine.BLL.MethodDefinitionExtension

Показать файл Открыть проект

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

Метод Описание
ToDisplayString ( this methodDefinition ) : string

Returns method name in format {Return type} {Namespace}.{Method}({Parameter types})

ToLongString ( this methodDefinition ) : string

Returns method name in format {Return type} {Namespace}.{Method}({Parameters})

ToShortString ( this methodDefinition ) : string

Returns full method name in format {Namespace}.{Method}

ToTreeDisplayString ( this methodDefinition ) : string

Returns method name in format {Return type} {Method}({Parameter types})

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

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

Returns method name in format {Return type} {Namespace}.{Method}({Parameter types})
public static ToDisplayString ( this methodDefinition ) : string
methodDefinition this
Результат string

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

Returns method name in format {Return type} {Namespace}.{Method}({Parameters})
public static ToLongString ( this methodDefinition ) : string
methodDefinition this
Результат string

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

Returns full method name in format {Namespace}.{Method}
public static ToShortString ( this methodDefinition ) : string
methodDefinition this
Результат string

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

Returns method name in format {Return type} {Method}({Parameter types})
public static ToTreeDisplayString ( this methodDefinition ) : string
methodDefinition this
Результат string