public void addPokerInfo(POKER_INFO value) { if (!this.hasPokerInfo()) { this.__flag[0] = (byte)(this.__flag[0] | 2); } this.pokerInfo.Add(value); }