Beispiel #1
0
 public static void Encode(XdrDataOutputStream stream, Int64 encodedInt64)
 {
     stream.WriteLong(encodedInt64.InnerValue);
 }