CodeIdentifiers.RemoveReserved(String) Method

Definition

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

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

public:
 void RemoveReserved(System::String ^ identifier);
public void RemoveReserved (string identifier);
member this.RemoveReserved : string -> unit
Public Sub RemoveReserved (identifier As String)

Parameters

identifier
String

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

Remarks

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.

Applies to