TryGetValue

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

Get the value.

Type Parameter Name Description Type Constraints
T Value type.
Parameter Name Description
outValue The value to get.

Returns true if the value is successfully retrieved.