Click or drag to resize
BigListT Constructor
Creates a new BigList. The BigList is initially empty.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public BigList()
Remarks
Creating a empty BigList takes constant time and consumes a very small amount of memory.
See Also