Boo.Lang.Runtime.PromotionEmitter.PromotionEmitter C# (CSharp) Method

PromotionEmitter() public method

public PromotionEmitter ( Type toType ) : System
toType System.Type
return System
        public PromotionEmitter(Type toType)
            : base(toType, "NumericPromotion")
        {
            _toType = toType;
        }