Table of Contents

Class L2<T>

Namespace
SunamoCollectionsGeneric.Collections.OverrideAddOrImpIList
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

T

The type of elements in the list.

Inheritance
L2<T>
Implements
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

list IList<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

capacity int

The initial capacity of the list