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

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

public ILMethodImpl ( MethodBuilder method, IILGenForbidenInstructions forbidenInstructions ) : System.Reflection
method System.Reflection.Emit.MethodBuilder
forbidenInstructions IILGenForbidenInstructions
Результат System.Reflection
        public ILMethodImpl(MethodBuilder method, IILGenForbidenInstructions forbidenInstructions)
        {
            _method = method;
            _forbidenInstructions = forbidenInstructions;
            _expectedLength = 64;
        }