| 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: 9.0.0
 Syntax
Syntaxpublic bool TryGetValue(
	TKey key,
	out TValue value
)
Parameters
- key
- Type: TKey
 Value key
- value
- Type: TValue
 Returning value
Return Value
Type: 
Boolean Remarks
Remarks
            This operation does not require locking for concurrent access.
            
 See Also
See Also