TransformerTypeCollection Constructor (ICollection^)

 

Initializes a new instance of the TransformerTypeCollection class containing the specified WebPartTransformer objects.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
TransformerTypeCollection(
	ICollection^ transformerTypes
)

Parameters

transformerTypes
Type: System.Collections::ICollection^

A collection of WebPartTransformer objects.

Exception Condition
ArgumentException

transformerTypes contains objects that are not transformers.

.NET Framework
Available since 2.0
Return to top
Show: