ProviderDictionaryTKey, TValueContainsInternal Method |
Returns true if the internal dictionary contains specified record.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax protected virtual bool ContainsInternal(
TKey key
)
Parameters
- key
- Type: TKey
Key to check
Return Value
Type:
BooleanSee Also