CharacterMappingDictionary.Remove Method (int)CharacterMappingDictionary.Remove Method (Integer)CharacterMappingDictionary::Remove Method (int)

Removes the mapping of the specified Unicode codepoint.

Syntax

Public Function Remove( _
    key As Integer _
) As Boolean
public bool Remove(
    int key
)
public:
virtual bool Remove(
    int key
) sealed
 

Parameters

key

Type: System.Int32System.Int32System::Int32

The mapped Unicode codepoint to remove.

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the mapping was removed, or falseFalsefalse if no such mapping exists.