Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
IEnumerator< DbBatchCommand > | GetEnumerator () |
void | Add (DbBatchCommand item) |
void | Clear () |
bool | Contains (DbBatchCommand item) |
void | CopyTo (DbBatchCommand[] array, int arrayIndex) |
bool | Remove (DbBatchCommand item) |
int | IndexOf (DbBatchCommand item) |
void | Insert (int index, DbBatchCommand item) |
void | RemoveAt (int index) |
int | IndexOf (T item) |
void | Insert (int index, T item) |
void | Add (T item) |
bool | Contains (T item) |
void | CopyTo (T[] array, int arrayIndex) |
bool | Remove (T item) |
Protected Member Functions | |
DbBatchCommand | GetBatchCommand (int index) |
void | SetBatchCommand (int index, DbBatchCommand batchCommand) |
Properties | |
int | Count [get] |
bool | IsReadOnly [get] |
DbBatchCommand | this[int index] [get, set] |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
Definition at line 6 of file DbBatchCommandCollection.cs.