Combines two List objects
More...
|
|
void | Add (T item) |
| |
|
void | Clear () |
| |
| | CombinedList (IList< T > list1, IList< T > list2) |
| | Create a new CombinedList object More...
|
| |
|
bool | Contains (T item) |
| |
|
void | CopyTo (T[] array, int i) |
| |
|
int | IndexOf (T item) |
| |
|
void | Insert (int index, T item) |
| |
|
bool | Remove (T item) |
| |
|
void | RemoveAt (int index) |
| |
|
|
int | Count [get] |
| |
|
bool | IsReadOnly [get] |
| |
|
T | this[int index] [get, set] |
| |
Combines two List objects
Create a new CombinedList object
- Parameters
-
| list1 | first list |
| list2 | second list |
The documentation for this class was generated from the following file: