Example #1
0
        private LINKTARGET_IDLIST Read_LinkIDList(BinaryReader br)
        {
            LINKTARGET_IDLIST idlist = new LINKTARGET_IDLIST();

            idlist.IDListSize = br.ReadUInt16();
            idlist.IDList     = Read_IDList(br);

            return(idlist);
        }
Example #2
0
File: LNK.cs Project: MetLob/tinke
        private LINKTARGET_IDLIST Read_LinkIDList(BinaryReader br)
        {
            LINKTARGET_IDLIST idlist = new LINKTARGET_IDLIST();

            idlist.IDListSize = br.ReadUInt16();
            idlist.IDList = Read_IDList(br);

            return idlist;
        }