ConcurrentContainerTKey, TValueContainsKey - метод
Determines whether the read-only dictionary contains an element that has the specified key.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public bool ContainsKey(
TKey key
)
Public Function ContainsKey (
key As TKey
) As Boolean
public:
virtual bool ContainsKey(
TKey key
) sealed
abstract ContainsKey :
key : 'TKey -> bool
override ContainsKey :
key : 'TKey -> bool
- key TKey
- The key to locate.
Boolean if the read-only dictionary contains an element that has the specified key; otherwise,
.
IReadOnlyDictionaryTKey, TValueContainsKey(TKey) | ArgumentNullException | key is . |