Click or drag to resize

ProfileEstimateCollection Constructor (IEnumerableProfileEstimate)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Profiles
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public ProfileEstimateCollection(
	IEnumerable<ProfileEstimate> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableProfileEstimate
Initial collection contents.
See Also