Boo.Lang.Compiler.Ast.TypeReference.TypeNameFor C# (CSharp) Méthode

TypeNameFor() private static méthode

private static TypeNameFor ( Expression target ) : string
target Expression
Résultat string
        private static string TypeNameFor(Expression target)
        {
            return ((ReferenceExpression) target).ToString();
        }