private LINKTARGET_IDLIST Read_LinkIDList(BinaryReader br) { LINKTARGET_IDLIST idlist = new LINKTARGET_IDLIST(); idlist.IDListSize = br.ReadUInt16(); idlist.IDList = Read_IDList(br); return(idlist); }
private LINKTARGET_IDLIST Read_LinkIDList(BinaryReader br) { LINKTARGET_IDLIST idlist = new LINKTARGET_IDLIST(); idlist.IDListSize = br.ReadUInt16(); idlist.IDList = Read_IDList(br); return idlist; }