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

◆ RawData

byte [] System.Security.Cryptography.AsnEncodedData.RawData
getsetinherited

Definition at line 65 of file AsnEncodedData.cs.

66 {
67 get
68 {
69 return this._raw;
70 }
71 set
72 {
73 if (value != null)
74 {
75 object obj;
76 if (obj != null)
77 {
78 if (obj == null)
79 {
80 goto IL_001A;
81 }
82 this._raw = obj;
83 if (obj == null)
84 {
85 throw new InvalidCastException();
86 }
87 }
88 return;
89 }
90 IL_001A:
91 throw new InvalidCastException();
92 }
93 }
class f__AnonymousType0<< Count > j__TPar