Skip to content

M_Ekstrand_Collections_Generic_TwoKeyDictionary_3__ctor

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

TwoKeyDictionary(TKeyA, TKeyB, TValue) Constructor

Initializes a new instance of the Dictionary<TKeyA,TKeyB,TValue> class that is empty, has the default initial capacity, and uses the default equality comparer for the key type.

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

Syntax

C#

public TwoKeyDictionary()

VB

Public Sub New

C++

public:
TwoKeyDictionary()

F#

new : unit -> TwoKeyDictionary

See Also

Reference

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

Clone this wiki locally