CodeIdentifiers Methods
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | Add(String^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds a named code entity or type mapping to the CodeIdentifiers instance's scope. |
![]() | AddReserved(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Prevents a specified name from being used within the CodeIdentifiers instance's scope. |
![]() | AddUnique(String^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds a named code entity or type mapping to the CodeIdentifiers instance's scope, ensuring that the name is unique within the scope. |
![]() | Clear() | This API supports the product infrastructure and is not intended to be used directly from your code. Removes all code entities or type mappings, including their names, from the CodeIdentifiers instance's scope. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IsInUse(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether a specified name is already being used within the CodeIdentifiers instance's scope. |
![]() | MakeRightCase(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Ensures that the input is of the correct case by modifying the name according to the value of the UseCamelCasing property. |
![]() | MakeUnique(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the input name conflicts with another name within the CodeIdentifiers instance's scope and, if it does, generates a modified string. |
![]() | MemberwiseClone() | |
![]() | Remove(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes from the CodeIdentifiers instance's scope the code entity or type mapping identified by the input name. |
![]() | RemoveReserved(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. |
![]() | ToArray(Type^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an array of the code entities or type mappings within the CodeIdentifiers instance's scope. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

