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

            transformation = new OnThrowTransformation(this);
            ApplyWaivedEffects(this.transformation);
        }
        protected override void Initialize()
        {
            base.Initialize();

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