Skip to content

M_Ekstrand_Collections_TwoKeyDictionaryEntry__ctor

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

TwoKeyDictionaryEntry Constructor

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)

Syntax

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

Parameters

 

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.

See Also

Reference

TwoKeyDictionaryEntry Structure
Ekstrand.Collections Namespace

Clone this wiki locally