| ItemCollectionT Constructor (Int32) |
Initializes a new instance of an object.
Namespace:
Dynamicweb.Analytics.Utilities
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public ItemCollection(
int capacity
)
Public Sub New (
capacity As Integer
)
Parameters
- capacity
- Type: SystemInt32
The number of elements that the new list can initially store.
See Also