ConcurrentNameTable.Get Method (string)ConcurrentNameTable.Get Method (String)ConcurrentNameTable::Get Method (String^)

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

Syntax

Public Overrides Function Get( _
    array As String _
) As String
public override string Get(
    string array
)
public:
virtual String^ Get(
    String^ array
) override
 

Parameters

array

Type: System.StringSystem.StringSystem::String^

The name to look up.

Return Value

Type: System.StringSystem.StringSystem::String^

The atomized string or null a null reference (Nothing in Visual Basic) nullptr if the string has not already been atomized.

Exceptions

ExceptionCondition
NullReferenceExceptionNullReferenceExceptionNullReferenceExceptionarray is null a null reference (Nothing in Visual Basic) nullptr.