Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | X509CertificateEnumerator |
Public Member Functions | |
X509CertificateCollection () | |
X509CertificateCollection (X509Certificate[] value) | |
X509CertificateCollection (X509CertificateCollection value) | |
int | Add (X509Certificate value) |
void | AddRange (X509Certificate[] value) |
void | AddRange (X509CertificateCollection value) |
bool | Contains (X509Certificate value) |
void | CopyTo (X509Certificate[] array, int index) |
new X509CertificateEnumerator | GetEnumerator () |
override int | GetHashCode () |
int | IndexOf (X509Certificate value) |
void | Insert (int index, X509Certificate value) |
void | Remove (X509Certificate value) |
void | Clear () |
void | RemoveAt (int index) |
bool | Contains (object? value) |
int | Add (object? value) |
void | Remove (object? value) |
int | IndexOf (object? value) |
void | Insert (int index, object? value) |
Protected Member Functions | |
override void | OnValidate (object value) |
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 | 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 | |
X509Certificate | this[int index] [get, set] |
ArrayList | InnerList [get] |
IList | List [get] |
int | Capacity [get, set] |
int | Count [get] |
bool IList. | IsReadOnly [get] |
bool IList. | IsFixedSize [get] |
bool ICollection. | IsSynchronized [get] |
object ICollection. | SyncRoot [get] |
Private Attributes | |
readonly ArrayList | _list |
Definition at line 5 of file X509CertificateCollection.cs.