상속: 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);
        }