コード例 #1
0
 /// <summary>
 /// Serializes this complex type to a binary stream.
 /// </summary>
 public override void Read(PacketReader Reader)
 {
     this.Table = Reader.ReadListOfComplexType<Parameter>();
 }