|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | CopyTo (X509ChainElement[] array, int index) |
| X509ChainElementEnumerator | GetEnumerator () |
| void | Add (T item) |
| void | Clear () |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int arrayIndex) |
| bool | Remove (T item) |
Package Functions | |
| X509ChainElementCollection () | |
| X509ChainElementCollection (X509ChainElement[] chainElements) | |
Properties | |
| int | Count [get] |
| bool | IsSynchronized [get] |
| object | SyncRoot [get] |
| X509ChainElement | this[int index] [get] |
| bool | IsReadOnly [get] |
Private Member Functions | |
| void ICollection. | CopyTo (Array array, int index) |
| IEnumerator IEnumerable. | GetEnumerator () |
| IEnumerator< X509ChainElement > IEnumerable< X509ChainElement >. | GetEnumerator () |
Private Attributes | |
| readonly X509ChainElement[] | _elements |
Definition at line 6 of file X509ChainElementCollection.cs.