MyMediaLite  3.10
Public Member Functions | Properties | List of all members
CombinedList< T > Class Template Reference

Combines two List objects More...

Public Member Functions

void Add (T item)
void Clear ()
 CombinedList (IList< T > list1, IList< T > list2)
 Create a new CombinedList object
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)

Properties

int Count [get]
bool IsReadOnly [get]
this[int index] [get, set]

Detailed Description

Combines two List objects

Member Function Documentation

CombinedList ( IList< T >  list1,
IList< T >  list2 
)
inline

Create a new CombinedList object

Parameters
list1first list
list2second list

The documentation for this class was generated from the following file: