Boo.Lang.Compiler.Ast.TypeReference.TypeNameFor C# (CSharp) Method

TypeNameFor() private static method

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