terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Hash

virtual byte [] System.Security.Cryptography.HashAlgorithm.Hash
getinherited

Definition at line 43 of file HashAlgorithm.cs.

44 {
45 get
46 {
47 object obj;
48 if (this._disposed || this.State != 0 || this.HashValue == null || obj == null || obj != null)
49 {
50 }
51 throw new InvalidCastException();
52 }
53 }