Beispiel #1
0
 public override bool unMarshal(BytesStream stream)
 {
     angle = stream.ReadInt16();
     keys  = stream.ReadBytes(keys.Length);
     return(true);
 }