Skip to content

P_Ekstrand_Collections_Generic_TwoKeyDictionary_3_Count

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

TwoKeyDictionary(TKeyA, TKeyB, TValue).Count Property

Gets the number of A-key/B-Key/value triple contained 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#

public int Count { get; }

VB

Public ReadOnly Property Count As Integer
	Get

C++

public:
virtual property int Count {
	int get () sealed;
}

F#

abstract Count : int with get
override Count : int with get

Property Value

Type: Int32

Implements

ICollection(T).Count
ICollection.Count
IReadOnlyCollection(T).Count

See Also

Reference

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

Clone this wiki locally