Skip to content

P_Ekstrand_Collections_ITwoKeyDictionaryEnumerator_BKey

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

ITwoKeyDictionaryEnumerator.BKey Property

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)

Syntax

C#

Object BKey { get; }

VB

ReadOnly Property BKey As Object
	Get

C++

property Object^ BKey {
	Object^ get ();
}

F#

abstract BKey : Object with get

Property Value

Type: Object

See Also

Reference

ITwoKeyDictionaryEnumerator Interface
Ekstrand.Collections Namespace

Clone this wiki locally