예제 #1
0
#pragma warning restore 414

        public MixinMethodModelImmutable(MixinMethodModelState state)
            : base(state)
        {
            this._state = state;
        }
예제 #2
0
#pragma warning restore 414

        public MixinMethodModelMutable(MixinMethodModelState state, MixinMethodModel immutable)
            : base(state, immutable)
        {
            this._state = state;
        }