Boo.Lang.Compiler.Ast.TypeReference.TypeNameFor C# (CSharp) 메소드

TypeNameFor() 개인적인 정적인 메소드

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