Click or drag to resize

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
)

Parameters

items
Type: System.Collections.GenericIEnumerableT
The collection whose elements are copied to the new list.
See Also