|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | DataRowTree |
Public Member Functions | |
| void | Add (DataRow row) |
| void | InsertAt (DataRow row, int pos) |
| int | IndexOf (DataRow? row) |
| DataRow | Add (params object?[] values) |
| DataRow? | Find (object? key) |
| DataRow? | Find (object?[] keys) |
| void | Clear () |
| bool | Contains (object? key) |
| bool | Contains (object?[] keys) |
| override void | CopyTo (Array ar, int index) |
| void | CopyTo (DataRow[] array, int index) |
| override IEnumerator | GetEnumerator () |
| void | Remove (DataRow row) |
| void | RemoveAt (int index) |
Package Functions | |
| DataRowCollection (DataTable table) | |
| void | DiffInsertAt (DataRow row, int pos) |
| DataRow | AddWithColumnEvents (params object[] values) |
| void | ArrayAdd (DataRow row) |
| void | ArrayInsert (DataRow row, int pos) |
| void | ArrayClear () |
| void | ArrayRemove (DataRow row) |
| int | NamesEqual (string s1, string s2, bool fCaseSensitive, CultureInfo locale) |
Package Attributes | |
| int | _nullInList |
Static Package Attributes | |
| static readonly CollectionChangeEventArgs | s_refreshEventArgs = new CollectionChangeEventArgs(CollectionChangeAction.Refresh, null) |
Properties | |
| override int | Count [get] |
| DataRow | this[int index] [get] |
| bool | IsReadOnly [get] |
| bool | IsSynchronized [get] |
| object | SyncRoot [get] |
| virtual ArrayList | List [get] |
Private Attributes | |
| readonly DataTable | _table |
| readonly DataRowTree | _list = new DataRowTree() |
Definition at line 5 of file DataRowCollection.cs.