SystemEX  Lacking
Additional generic collection types missing in .net
SystemEx.Hash.Hash32 Struct Reference

Public Member Functions

 Hash32 (uint value)
 Creates a new 32‑bit hash wrapper.
override string ToString ()

Public Attributes

readonly uint Value
 The raw 32‑bit hash value.

Constructor & Destructor Documentation

◆ Hash32()

SystemEx.Hash.Hash32.Hash32 ( uint value)

Creates a new 32‑bit hash wrapper.

40=> Value = value;

Member Function Documentation

◆ ToString()

override string SystemEx.Hash.Hash32.ToString ( )

43 {
44 return Value.ToString("X4");
45 }

Member Data Documentation

◆ Value

readonly uint SystemEx.Hash.Hash32.Value

The raw 32‑bit hash value.


The documentation for this struct was generated from the following file:
  • IHash.cs