Click or drag to resize

TypedSortedListEx TKey , TValue Constructor (Int32)

Creates an empty list with the specified initial capacity.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TypedSortedListEx(
	int initialCapacity
)

Parameters

initialCapacity
Type: System Int32
Initial capacity.
Exceptions
Exception Condition
ArgumentOutOfRangeException When initialCapacity is less than zero.
See Also