TryGetValue

TryGetValue<T>(out T)

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

Description

Get the value.

Type Parameters

Type Parameter Name Description Type Constraints
T Value type.

Parameters

Parameter Name Description
outValue The value to get.

Returns

Returns true if the value is successfully retrieved.