PERWAPI.BranchInstr.SetDest C# (CSharp) Method

SetDest() public method

public SetDest ( CILLabel lab ) : void
lab CILLabel
return void
        public void SetDest(CILLabel lab)
        {
            dest = lab;
        }