C# 클래스 Tangerine.BLL.MethodDefinitionExtension

파일 보기 프로젝트 열기: andreycha/tangerine

공개 메소드들

메소드 설명
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