-
Notifications
You must be signed in to change notification settings - Fork 0
M_Ekstrand_Collections_TwoKeyDictionaryEntry__ctor
Fred Ekstrand edited this page Aug 4, 2020
·
2 revisions
Initializes an instance of the TwoKeyDictionaryEntry type with the specified A-key, B-key and value.
Namespace: Ekstrand.Collections
Assembly: TwoKeyDictionary (in TwoKeyDictionary.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public TwoKeyDictionaryEntry(
Object AKey,
Object Bkey,
Object value
)VB
Public Sub New (
AKey As Object,
Bkey As Object,
value As Object
)C++
public:
TwoKeyDictionaryEntry(
Object^ AKey,
Object^ Bkey,
Object^ value
)F#
new :
AKey : Object *
Bkey : Object *
value : Object -> TwoKeyDictionaryEntry
- AKey
- Type: System.Object
The object defined in each A-key, B-key/value triple. - Bkey
- Type: System.Object
The object defined in each A-key, B-key/value triple. - value
- Type: System.Object
The definition associated with key.
TwoKeyDictionaryEntry Structure
Ekstrand.Collections 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