Boo.Lang.Compiler.Ast.TryCastExpression.TryCastExpression C# (CSharp) Method

TryCastExpression() public method

public TryCastExpression ( ) : System
return 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