Ejemplo n.º 1
0
 /// <summary>
 /// set the value from an Stream
 /// </summary>
 /// <param name="stream">the Stream from which the value is to be</param>
 public void ReadFromStream(Stream stream)
 {
     _value = LittleEndian.ReadLong(stream);
 }