System.Web.Configuration.TransformerInfoCollection Members

The members of System.Web.Configuration.TransformerInfoCollection are listed below.

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Constructors

Public Properties

default property
Item(int)TransformerInfo. Documentation for this section has not yet been entered.

Protected Properties

Public Methods

Add(TransformerInfo)

Adds a System.Web.Configuration.TransformerInfo object to the collection.

Clear()

Removes all System.Web.Configuration.TransformerInfo objects from the collection.

Remove(string)

Removes the System.Web.Configuration.TransformerInfo object with the passed TransformerInfo.Name property value from the collection.

RemoveAt(int)

Removes the System.Web.Configuration.TransformerInfo object from the collection at the passed index.

Protected Methods