System.Web.Configuration.TransformerInfoCollection.RemoveAt Method

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

Syntax

public void RemoveAt (int index)

Parameters

index
The index of a System.Web.Configuration.TransformerInfo object to remove from the collection.

Remarks

This method removes a System.Web.Configuration.TransformerInfo object from the collection and, if the System.Web.Configuration.TransformerInfo object is defined in a higher-level configuration file, inserts a remove element into the transformers collection of the webParts section of the configuration file.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0