| 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
)
Public Sub New (
collection As IEnumerable(Of ParagraphSegment)
)
Parameters
- collection
- Type: System.Collections.GenericIEnumerableParagraphSegment
List of paragraph segments to initialize the current collection with.
Remarks See Also