Inheritance: MethodBodyTransformation
Ejemplo n.º 1
0
        protected override void Initialize()
        {
            base.Initialize();

            transformation = new OnThrowTransformation(this);
            ApplyWaivedEffects(this.transformation);
        }
Ejemplo n.º 2
0
        protected override void Initialize()
        {
            base.Initialize();

            transformation = new OnThrowTransformation(this);
            ApplyWaivedEffects(this.transformation);
        }