A collection of string formatters with a params style add method.

Namespace:  Endeca.Web.Url.Seo.Formatting
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public class StringFormatterCollection : Collection<IStringFormatter>
Visual Basic (Declaration)
Public Class StringFormatterCollection _
	Inherits Collection(Of IStringFormatter)
Visual C++
public ref class StringFormatterCollection : public Collection<IStringFormatter^>

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(IStringFormatter>)>)
    Endeca.Web.Url.Seo.Formatting..::.StringFormatterCollection

See Also