Click or drag to resize
SafeDictionaryTKey, TValueTryGetValue Method
Tries to get the value, returns true if the retrieval was successful.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public bool TryGetValue(
	TKey key,
	out TValue value
)

Parameters

key
Type: TKey
Value key
value
Type: TValue
Returning value

Return Value

Type: Boolean
See Also