|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| IColumnMapping | Add (string sourceColumnName, string dataSetColumnName) |
| bool | Contains (string? sourceColumnName) |
| IColumnMapping | GetByDataSetColumn (string dataSetColumnName) |
| int | IndexOf (string? sourceColumnName) |
| void | RemoveAt (string sourceColumnName) |
| int | Add (object? value) |
| bool | Contains (object? value) |
| void | Clear () |
| int | IndexOf (object? value) |
| void | Insert (int index, object? value) |
| void | Remove (object? value) |
| void | RemoveAt (int index) |
| void | CopyTo (Array array, int index) |
| IEnumerator | GetEnumerator () |
Properties | |
| object | this[string index] [get, set] |
| object? | this[int index] [get, set] |
| bool | IsReadOnly [get] |
| bool | IsFixedSize [get] |
| int | Count [get] |
| object | SyncRoot [get] |
| bool | IsSynchronized [get] |
Definition at line 5 of file IColumnMappingCollection.cs.