Пример #1
0
 public StringKey(System.IO.BinaryReader reader)
 {
     time  = reader.ReadSingle();
     value = reader.ReadLengthPrefixedString();
 }