'Declaration Public Sub SetUnicodeMapping( _
ByVal contentCodeToUnicodeSymbolDictionary: content code => Unicode symbol.As System.Collections.Generic.Dictionary(Of UInteger,Char) _
)
public void SetUnicodeMapping(
System.Collections.Generic.Dictionary<uint,char> contentCodeToUnicodeSymbol
)
public: void SetUnicodeMapping(
System.Collections.Generic.Dictionary<uint,char*>* contentCodeToUnicodeSymbol
)
public:
void SetUnicodeMapping(
System.Collections.Generic.Dictionary<uint,char^>^ contentCodeToUnicodeSymbol
)
Parameters
- contentCodeToUnicodeSymbol
- Dictionary: content code => Unicode symbol.