-
Notifications
You must be signed in to change notification settings - Fork 0
P_Ekstrand_Collections_ITwoKeyDictionaryEnumerator_BKey
Fred Ekstrand edited this page Aug 4, 2020
·
2 revisions
Gets the B-key of the current dictionary entry.
Namespace: Ekstrand.Collections
Assembly: TwoKeyDictionary (in TwoKeyDictionary.dll) Version: 1.0.0.0 (1.0.0.0)
C#
Object BKey { get; }VB
ReadOnly Property BKey As Object
GetC++
property Object^ BKey {
Object^ get ();
}F#
abstract BKey : Object with get
Type: Object
ITwoKeyDictionaryEnumerator Interface
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