terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
X509ExtensionCollection () | |
X509ExtensionCollection (ASN1 asn1) | |
int | Add (X509Extension extension) |
void | AddRange (X509Extension[] extension) |
void | AddRange (X509ExtensionCollection collection) |
bool | Contains (X509Extension extension) |
bool | Contains (string oid) |
void | CopyTo (X509Extension[] extensions, int index) |
int | IndexOf (X509Extension extension) |
int | IndexOf (string oid) |
void | Insert (int index, X509Extension extension) |
void | Remove (X509Extension extension) |
void | Remove (string oid) |
byte[] | GetBytes () |
void | Clear () |
void | RemoveAt (int index) |
Protected Member Functions | |
virtual void | OnSet (int index, object oldValue, object newValue) |
virtual void | OnInsert (int index, object value) |
virtual void | OnClear () |
virtual void | OnRemove (int index, object value) |
virtual void | OnValidate (object value) |
virtual void | OnSetComplete (int index, object oldValue, object newValue) |
virtual void | OnInsertComplete (int index, object value) |
virtual void | OnClearComplete () |
virtual void | OnRemoveComplete (int index, object value) |
Properties | |
X509Extension | this[int index] [get] |
X509Extension | this[string oid] [get] |
ArrayList | InnerList [get] |
IList | List [get] |
int | Count [get] |
bool IList. | IsReadOnly [get] |
bool IList. | IsFixedSize [get] |
bool ICollection. | IsSynchronized [get] |
object ICollection. | SyncRoot [get] |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
bool | readOnly |
ArrayList | _list |
Definition at line 7 of file X509ExtensionCollection.cs.