Class L2<T>
- Assembly
- SunamoCollectionsGeneric.dll
For debug purposes. RefreshingList is derived from this.
public class L2<T> : RefreshingList<T>, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
TThe type of elements in the list.
- Inheritance
-
L2<T>
- Implements
-
IList<T>ICollection<T>IEnumerable<T>
- Inherited Members
- Extension Methods
Constructors
L2()
Initializes a new instance of the L2 class
public L2()
L2(IList<T>)
Initializes a new instance of the L2 class with elements from an existing list
public L2(IList<T> list)
Parameters
listIList<T>The list to copy elements from
L2(int)
Initializes a new instance of the L2 class with the specified capacity
public L2(int capacity)
Parameters
capacityintThe initial capacity of the list