PERWAPI.BranchInstr.MakeTargetLabel C# (CSharp) Method

MakeTargetLabel() private method

private MakeTargetLabel ( ArrayList labs ) : void
labs System.Collections.ArrayList
return void
        internal void MakeTargetLabel(ArrayList labs)
        {
            uint targetOffset = (uint)(offset + size + target);
            dest = CILInstructions.GetLabel(labs,targetOffset);
        }