System.Web.Configuration.TransformerInfoCollection: Method Members

The methods of System.Web.Configuration.TransformerInfoCollection are listed below. For a list of all members, see the TransformerInfoCollection Members list.

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

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