C# Class Tangerine.BLL.MethodDefinitionExtension

Afficher le fichier Open project: andreycha/tangerine

Méthodes publiques

Méthode Description
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})

Method Details

ToDisplayString() public static méthode

Returns method name in format {Return type} {Namespace}.{Method}({Parameter types})
public static ToDisplayString ( this methodDefinition ) : string
methodDefinition this
Résultat string

ToLongString() public static méthode

Returns method name in format {Return type} {Namespace}.{Method}({Parameters})
public static ToLongString ( this methodDefinition ) : string
methodDefinition this
Résultat string

ToShortString() public static méthode

Returns full method name in format {Namespace}.{Method}
public static ToShortString ( this methodDefinition ) : string
methodDefinition this
Résultat string

ToTreeDisplayString() public static méthode

Returns method name in format {Return type} {Method}({Parameter types})
public static ToTreeDisplayString ( this methodDefinition ) : string
methodDefinition this
Résultat string