TypeElementCollection.RemoveAt Method (Object)

 

Removes the TypeElement with the specified key from the collection.

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

Public Sub RemoveAt (
	key As Object
)

Parameters

key
Type: System.Object

The key of the TypeElement to be removed from the collection.

.NET Framework
Available since 2.0
Return to top
Show: