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

TryCastExpression() 공개 메소드

public TryCastExpression ( ) : System
리턴 System
        public TryCastExpression()
        {
        }

Same methods

TryCastExpression::TryCastExpression ( Expression target, TypeReference type ) : System
TryCastExpression::TryCastExpression ( LexicalInfo lexicalInfo ) : System
TryCastExpression::TryCastExpression ( LexicalInfo lexicalInfo, Expression target, TypeReference type ) : System
TryCastExpression