|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| virtual void | CopyTo (GatewayIPAddressInformation[] array, int offset) |
| virtual void | Add (GatewayIPAddressInformation address) |
| virtual bool | Contains (GatewayIPAddressInformation address) |
| virtual IEnumerator< GatewayIPAddressInformation > | GetEnumerator () |
| virtual bool | Remove (GatewayIPAddressInformation address) |
| virtual void | Clear () |
| void | Add (T item) |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int arrayIndex) |
| bool | Remove (T item) |
Package Functions | |
| GatewayIPAddressInformationCollection () | |
| void | InternalAdd (GatewayIPAddressInformation address) |
Properties | |
| virtual int | Count [get] |
| virtual bool | IsReadOnly [get] |
| virtual GatewayIPAddressInformation | this[int index] [get] |
Private Member Functions | |
| IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
| readonly List< GatewayIPAddressInformation > | _addresses |
Definition at line 6 of file GatewayIPAddressInformationCollection.cs.