Skip to content

P_Ekstrand_Collections_Generic_TwoKeyDictionary_3_Ekstrand_Collections_ITwoKeyDictionary_BKeys

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

TwoKeyDictionary(TKeyA, TKeyB, TValue).ITwoKeyDictionary.BKeys Property

Gets a collection containing the B-keys in the Dictionary<TKeyA,TKeyB,TValue>.

Namespace: Ekstrand.Collections.Generic
Assembly: TwoKeyDictionary (in TwoKeyDictionary.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

ICollectionITwoKeyDictionary.BKeys { get; }

VB

Private ReadOnly Property BKeys As ICollection
	Implements ITwoKeyDictionary.BKeys
	Get

C++

private:
virtual property ICollection^ BKeys {
	ICollection^ get () sealed = ITwoKeyDictionary::BKeys::get;
}

F#

private abstract BKeys : ICollection with get
private override BKeys : ICollection with get

Property Value

Type: ICollection

Implements

ITwoKeyDictionary.BKeys

See Also

Reference

TwoKeyDictionary(TKeyA, TKeyB, TValue) Class
Ekstrand.Collections.Generic Namespace

Clone this wiki locally