Boo.Lang.Compiler.TypeSystem.TypeSystemServices.GetSignature C# (CSharp) Méthode

GetSignature() public static méthode

public static GetSignature ( IEntityWithParameters method ) : string
method IEntityWithParameters
Résultat string
        public static string GetSignature(IEntityWithParameters method)
        {
            return My<EntityFormatter>.Instance.FormatSignature(method);
        }

Usage Example

Exemple #1
0
 override public string ToString()
 {
     return(_typeSystemServices.GetSignature(this));
 }
TypeSystemServices