Skip to content

P_Ekstrand_Collections_Generic_TwoKeyDictionary_3_Values

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

TwoKeyDictionary(TKeyA, TKeyB, TValue).Values Property

Gets a collection containing the values 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 ICollection<TValue> Values { get; }

VB

Public ReadOnly Property Values As ICollection(Of TValue)
	Get

C++

public:
virtual property ICollection<TValue>^ Values {
	ICollection<TValue>^ get () sealed;
}

F#

abstract Values : ICollection<'TValue> with get
override Values : ICollection<'TValue> with get

Property Value

Type: ICollection(TValue)

See Also

Reference

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

Clone this wiki locally