OrderedDictionaryTKey, TValueContainsKey Method
Namespace: Gemstone.CollectionsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public bool ContainsKey(
TKey key
)
Public Function ContainsKey (
key As TKey
) As Boolean
public:
virtual bool ContainsKey(
TKey key
) sealed
function ContainsKey(key);
- key TKey
- The key to locate in the OrderedDictionaryTKey, TValue.
Booleantrue if the
OrderedDictionaryTKey, TValue contains an element with the specified key; otherwise, false.
IDictionaryTKey, TValueContainsKey(TKey)IReadOnlyDictionaryTKey, TValueContainsKey(TKey) ArgumentNullException | key is null. |