TryGetValue

public bool TryGetValue<T>(out T value) ;

Try to get a value of the specified type.

Type Parameter Name Description Type Constraints
T Value type
Parameter Name Description
value Value Output Arguments

Returns true if the value is successfully retrieved.