Skip to content

M_Ekstrand_Collections_Generic_TwoKeyDictionary_3_KeyACollection__ctor

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

TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyACollection Constructor

Initializes a new instance of the Dictionary<TKeyA,TKeyB,TValue>.KeyACollection class that reflects the A-keys in the specified Dictionary<TKeyA,TKeyB,TValue>.

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

Syntax

C#

public KeyACollection(
	TwoKeyDictionary<TKeyA, TKeyB, TValue> dictionary
)

VB

Public Sub New ( 
	dictionary As TwoKeyDictionary(Of TKeyA, TKeyB, TValue)
)

C++

public:
KeyACollection(
	TwoKeyDictionary<TKeyA, TKeyB, TValue>^ dictionary
)

F#

new : 
        dictionary : TwoKeyDictionary<'TKeyA, 'TKeyB, 'TValue> -> KeyACollection

Parameters

 

dictionary
Type: Ekstrand.Collections.Generic.TwoKeyDictionary(TKeyA, TKeyB, TValue)
The Dictionary<TKeyA,TKeyB,TValue> whose keys are reflected in the new Dictionary<TKeyA,TKeyB,TValue>.KeyACollection.

See Also

Reference

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

Clone this wiki locally