ProviderInfoDictionaryTKeyTryGetInternal Method |
Returns true if the internal dictionary contains specified record.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected override bool TryGetInternal(
TKey key,
out BaseInfo value
)
Parameters
- key
- Type: TKey
Key to check - value
- Type: CMS.DataEngineBaseInfo
Returns the object value if the object is present
Return Value
Type:
BooleanSee Also