Click or drag to resize

ParagraphSegmentCollection Constructor (IEnumerableParagraphSegment)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public ParagraphSegmentCollection(
	IEnumerable<ParagraphSegment> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableParagraphSegment
List of paragraph segments to initialize the current collection with.
Remarks