Initializes a new instance of the StringFragmentCollection class.

Namespace:  EPiServer.Core.Html.StringParsing
Assembly:  EPiServer (in EPiServer.dll) Version: 6.1.379.0

Syntax

C#
public StringFragmentCollection(
	int capacity
)

Parameters

capacity
Type: System..::.Int32
The capacity.

See Also