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 | |
X509ExtensionCollection () | |
int | Add (X509Extension extension) |
X509ExtensionEnumerator | GetEnumerator () |
void | CopyTo (global::System.Array array, int index) |
Properties | |
int | Count [get, set] |
bool | IsSynchronized [get, set] |
object | SyncRoot [get, set] |
X509Extension | this[string oid] [get, set] |
Private Member Functions | |
void System.Collections.ICollection. | CopyTo (Array array, int index) |
IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
Static Private Member Functions | |
static | X509ExtensionCollection () |
Private Attributes | |
ArrayList | _list |
Static Private Attributes | |
static byte[] | Empty |
Definition at line 9 of file X509ExtensionCollection.cs.