PERWAPI.BranchInstr.GetDest C# (CSharp) Method

GetDest() public method

public GetDest ( ) : CILLabel
return CILLabel
        public CILLabel GetDest()
        {
            return dest;
        }