| 
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
Syntax
 
 
public TypedSortedListEx(
	int initialCapacity
)
 
Public Sub New ( 
	initialCapacity As Integer
)
 
public:
TypedSortedListEx(
	int initialCapacity
)
 
new : 
initialCapacity : int -> TypedSortedListEx
 
 
 
Parameters
 
- 
initialCapacity
 
- 
 Type:
 
System
Int32
 
 Initial capacity.
 
 Exceptions
Exceptions
 
 
| Exception | Condition | 
| ArgumentOutOfRangeException | When initialCapacity is less than zero. | 
 
 
 See Also
See Also