Inheritance: MethodBodyTransformation
コード例 #1
0
        protected override void Initialize()
        {
            base.Initialize();

            transformation = new OnThrowTransformation(this);
            ApplyWaivedEffects(this.transformation);
        }
コード例 #2
0
        protected override void Initialize()
        {
            base.Initialize();

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