CharacterMappingDictionary.Item PropertyCharacterMappingDictionary.Item PropertyCharacterMappingDictionary::Item Property

Gets or sets the stringStringString to which the given Unicode codepoint is mapped.

Syntax

Public Property Item As String (    key As Integer _
)
        Get
        Set(ByVal value As String)
public string  this [    int key
] { get; set; }
public:
property String^ Item {
    virtual String^ get() sealed;
    virtual void set(String^ value) sealed;
}
 

Parameters

key

Type: System.Int32System.Int32System::Int32

The mapped Unicode codepoint.