Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

BigList<(Of <(<'T>)>)> Constructor

Creates a new BigList. The BigList is initially empty.

Namespace:  Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax


public BigList()
Public Sub New
public:
BigList()

Remarks


Creating a empty BigList takes constant time and consumes a very small amount of memory.