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

TryCastExpression() public method

public TryCastExpression ( Expression target, TypeReference type ) : System
target Expression
type TypeReference
return System
        public TryCastExpression(Expression target, TypeReference type)
            : this(LexicalInfo.Empty, target, type)
        {
        }

Same methods

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