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

◆ Dispose()

void System.Security.Cryptography.X509Certificates.X509Store.Dispose ( )
inline

Implements System.IDisposable.

Definition at line 66 of file X509Store.cs.

67 {
68 X509Certificate2Collection x509Certificate2Collection = this.list;
69 if (x509Certificate2Collection != null)
70 {
72 return;
73 }
74 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.CollectionBase.Clear(), j__TPar, and System.Security.Cryptography.X509Certificates.X509Store.list.