TypeElementCollection::Remove Method (TypeElement^)

 

Removes a specified TypeElement from the collection.

Namespace:   System.Web.Services.Configuration
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
void Remove(
	TypeElement^ element
)

Parameters

element
Type: System.Web.Services.Configuration::TypeElement^

The TypeElement to remove from the collection.

.NET Framework
Available since 2.0
Return to top
Show: