Example #1
0
 public static MCS.GuiHub.PushData[] read(IceInternal.BasicStream is__)
 {
     MCS.GuiHub.PushData[] v__;
     {
         int szx__ = is__.readAndCheckSeqSize(1);
         v__ = new MCS.GuiHub.PushData[szx__];
         for (int ix__ = 0; ix__ < szx__; ++ix__)
         {
             v__[ix__] = (MCS.GuiHub.PushData)is__.readByte(13);
         }
     }
     return(v__);
 }