CodeIdentifiers::RemoveReserved Method (String^)

 

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

Removes the input name from the CodeIdentifiers instance's reserved names.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public:
void RemoveReserved(
	String^ identifier
)

Parameters

identifier
Type: System::String^

A name that will be made available within the CodeIdentifiers instance's scope.

If you want to control the names of code entities that are bound to XML Schema or Web service definitions, use the associated attributes rather than creating an instance of the CodeIdentifiers class.

.NET Framework
Available since 1.1
Return to top
Show: