ReadUInt64() private méthode

private ReadUInt64 ( this stream ) : System.UInt64
stream this
Résultat System.UInt64
Exemple #1
0
 public UInt64 ReadUInt64()
 {
     return(StreamTool.ReadUInt64(this));
 }