-
Notifications
You must be signed in to change notification settings - Fork 0
M_Ekstrand_Collections_Generic_TwoKeyDictionary_3_ContainsValue
Fred Ekstrand edited this page Aug 4, 2020
·
2 revisions
Determines whether the Dictionary<TKeyA,TKeyB,TValue> contains a specific value.
Namespace: Ekstrand.Collections.Generic
Assembly: TwoKeyDictionary (in TwoKeyDictionary.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public bool ContainsValue(
TValue value
)VB
Public Function ContainsValue (
value As TValue
) As BooleanC++
public:
bool ContainsValue(
TValue value
)F#
member ContainsValue :
value : 'TValue -> bool
- value
- Type: TValue
The value to locate in the Dictionary<TKeyA,TKeyB,TValue>. The value can be null for reference types.
Type: Boolean
true if theDictionary<TKeyA,TKeyB,TValue> contains an element with the specified value; otherwise, false.
TwoKeyDictionary(TKeyA, TKeyB, TValue) Class
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