TryGetValue
TryGetValue<T>(out T)
public bool TryGetValue<T>(out T outValue) ;
Description
Try to get the value of the parameter.
Type Parameters
Type Parameter Name | Description | Type Constraints |
---|---|---|
T | Type of value to get |
Parameters
Parameter Name | Description |
---|---|
outValue | Value output argument |
Returns
Returns true if the get is successful.