|
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
|
Inheritance diagram for System.Security.Cryptography.X509Certificates.X509ChainElementCollection:
Collaboration diagram for System.Security.Cryptography.X509Certificates.X509ChainElementCollection:Public Member Functions | |
| X509ChainElementEnumerator | GetEnumerator () |
| void | CopyTo (global::System.Array array, int index) |
Package Functions | |
| X509ChainElementCollection () | |
| void | Add (X509Certificate2 certificate) |
| void | Clear () |
| bool | Contains (X509Certificate2 certificate) |
Properties | |
| int | Count [get, set] |
| bool | IsSynchronized [get, set] |
| unsafe X509ChainElement | this[int index] [get, set] |
| object | SyncRoot [get, set] |
Private Member Functions | |
| void System.Collections.ICollection. | CopyTo (Array array, int index) |
| IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
Private Attributes | |
| ArrayList | _list |
Definition at line 11 of file X509ChainElementCollection.cs.