Boo.Lang.Runtime.PromotionEmitter.PromotionEmitter C# (CSharp) Méthode

PromotionEmitter() public méthode

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