BTDB.IL.ILGenImpl.ILGenImpl C# (CSharp) Метод

ILGenImpl() публичный Метод

public ILGenImpl ( ILGenerator ilGenerator, IILGenForbidenInstructions forbidenInstructions ) : System
ilGenerator System.Reflection.Emit.ILGenerator
forbidenInstructions IILGenForbidenInstructions
Результат System
        public ILGenImpl(ILGenerator ilGenerator, IILGenForbidenInstructions forbidenInstructions)
        {
            _ilGenerator = ilGenerator;
            _forbidenInstructions = forbidenInstructions;
        }