SafeDictionaryTKey, TValueTryGetValue Method |
Tries to get the value, returns true if the retrieval was successful.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public bool TryGetValue(
TKey key,
out TValue value
)
Parameters
- key
- Type: TKey
Value key - value
- Type: TValue
Returning value
Return Value
Type:
BooleanRemarks
This operation does not require locking for concurrent access.
See Also