| ItemCollectionT Constructor (IEnumerableT) |
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(
IEnumerable<T> items
)
Public Sub New (
items As IEnumerable(Of T)
)
Parameters
- items
- Type: System.Collections.GenericIEnumerableT
The collection whose elements are copied to the new list.
See Also