public WORD Count; // How many images? /// <summary> /// Converts the current TAFactory.IconPack.GroupIconDir into TAFactory.IconPack.IconDir. /// </summary> /// <returns>TAFactory.IconPack.IconDir</returns> public IconDir ToIconDir() { IconDir dir = new IconDir(); dir.Reserved = this.Reserved; dir.Type = this.Type; dir.Count = this.Count; return dir; }