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

◆ Guid() [2/4]

System.Guid.Guid ( ReadOnlySpan< byte > b)
inline

Definition at line 29 of file Guid.cs.

30 {
31 int length = b._length;
32 this._d = (byte)length;
33 this._e = (byte)length;
34 this._f = (byte)length;
35 this._g = (byte)length;
36 this._h = (byte)length;
37 this._i = (byte)length;
38 this._j = (byte)length;
39 this._k = (byte)length;
40 }
class f__AnonymousType0<< Count > j__TPar
readonly int _length

References System.ReadOnlySpan< T >._length, j__TPar, and System.length.