terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
X509CertificateImplCollection () | |
void | Add (X509CertificateImpl impl, bool takeOwnership) |
X509CertificateImplCollection | Clone () |
void | Dispose () |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
override void | Finalize () |
Properties | |
unsafe int | Count [get, set] |
unsafe X509CertificateImpl | this[int index] [get, set] |
Private Member Functions | |
X509CertificateImplCollection (X509CertificateImplCollection other) | |
Private Attributes | |
List< X509CertificateImpl > | list |
Definition at line 11 of file X509CertificateImplCollection.cs.