ReadUInt32() private méthode

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