ConcurrentNameTable.Get MethodConcurrentNameTable.Get MethodConcurrentNameTable::Get Method

Gets the atomized string containing the same value as the specified string.

Overload List

 NameDescription
Public methodGet (char[], int, int)Get (Char(), Integer, Integer)Get (array<char>^, int, int) Gets the atomized string containing the same characters as the specified range of characters in the given array. (Overrides XmlNameTable.GetXmlNameTable.GetXmlNameTable::Get)
Public methodGet (string)Get (String)Get (String^) Gets the atomized string containing the same value as the specified string. (Overrides XmlNameTable.GetXmlNameTable.GetXmlNameTable::Get)

Top