AutoLazy.Fody.ILUtil.BranchDisposable.BranchDisposable C# (CSharp) Method

BranchDisposable() public method

public BranchDisposable ( Mono.Cecil.Cil.ILProcessor il, Instruction target ) : System
il Mono.Cecil.Cil.ILProcessor
target Mono.Cecil.Cil.Instruction
return System
            public BranchDisposable(ILProcessor il, Instruction target)
            {
                _il = il;
                _target = target;
            }
ILUtil.BranchDisposable