-
Notifications
You must be signed in to change notification settings - Fork 0
M_Ekstrand_Collections_Generic_TwoKeyDictionary_3_Contains_1
Fred Ekstrand edited this page Aug 4, 2020
·
2 revisions
The key to locate in the IDictionary.
Namespace: Ekstrand.Collections.Generic
Assembly: TwoKeyDictionary (in TwoKeyDictionary.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public bool Contains(
Object key
)VB
Public Function Contains (
key As Object
) As BooleanC++
public:
virtual bool Contains(
Object^ key
) sealedF#
abstract Contains :
key : Object -> bool
override Contains :
key : Object -> bool
- key
- Type: System.Object
The key to locate in the IDictionary.
Type: Boolean
true if the IDictionary contains an element with the specified key; otherwise, false.
ITwoKeyDictionary.Contains(Object)
TwoKeyDictionary(TKeyA, TKeyB, TValue) Class
Contains Overload
Ekstrand.Collections.Generic Namespace
An Ekstrand Class Library
Copyright © 2019 Fred Ekstrand Jr
Send comments on this topic to fredekstrandGithub@gmail.com
Document created by: Sandcastle Help File Builder
- Namespaces
- Ekstrand.Collections Namespace
-
Ekstrand.Collections.Generic Namespace
- IReadOnlyCollection(T) Interface
- TwoKeyDictionary(TKeyA, TKeyB, TValue) Class
- TwoKeyDictionary(TKeyA, TKeyB, TValue).Enumerator Structure
- TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyACollection Class
- TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyACollection.Enumerator Structure
- TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyBCollection Class
- TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyBCollection.Enumerator Structure
- TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection Class
- TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection.Enumerator Structure
- TwoKeyValueTriple(TKeyA, TKeyB, TValue) Structure