Click or drag to resize

ResourceCollection Constructor (IEnumerableResource)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Goals
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public ResourceCollection(
	IEnumerable<Resource> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableResource
List of visitors to initialize the current collection with.
Remarks