DeclaredTypeElementCollection::Remove Method (String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes the element specified by its key from the collection.

Namespace:   System.Runtime.Serialization.Configuration
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public:
void Remove(
	String^ typeName
)

Parameters

typeName
Type: System::String^

The name of the type (which functions as a key) to remove from the collection.

.NET Framework
Available since 3.0
Return to top
Show: