Container for string fragments

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

Syntax

C#
[SerializableAttribute]
public class StringFragmentCollection : List<IStringFragment>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(IStringFragment>)>)
    EPiServer.Core.Html.StringParsing..::.StringFragmentCollection

See Also