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

◆ Critical

bool Mono.Security.X509.X509Extension.Critical
getsetinherited

Definition at line 126 of file X509Extension.cs.

127 {
128 get
129 {
130 return this.extnCritical;
131 }
132 set
133 {
134 }
135 }