| ParagraphSegmentSelectionCollection Constructor (IEnumerableParagraphSegmentSelection) |
Initializes a new instance of an object.
Namespace:
Dynamicweb.Analytics
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public ParagraphSegmentSelectionCollection(
IEnumerable<ParagraphSegmentSelection> collection
)
Public Sub New (
collection As IEnumerable(Of ParagraphSegmentSelection)
)
Parameters
- collection
- Type: System.Collections.GenericIEnumerableParagraphSegmentSelection
List of paragraph segment selections to initialize the current collection with.
Remarks See Also