Click or drag to resize
ProviderDictionaryTKey, TValueTryGetInternal Method
Returns true if the internal dictionary contains specified record.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual bool TryGetInternal(
	TKey key,
	out TValue value
)

Parameters

key
Type: TKey
Key to check
value
Type: TValue
Returns the object value if the object is present

Return Value

Type: Boolean
See Also