Beispiel #1
0
 public static void Encode(XdrDataOutputStream stream, Uint32 encodedUint32)
 {
     stream.WriteUInt(encodedUint32.InnerValue);
 }