Skip to content

P_Ekstrand_Collections_Generic_TwoKeyDictionary_3_ValueCollection_Enumerator_Current

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

TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection.Enumerator.Current Property

Gets the element at the current position of the enumerator.

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

Syntax

C#

public TValue Current { get; }

VB

Public ReadOnly Property Current As TValue
	Get

C++

public:
virtual property TValue Current {
	TValue get () sealed;
}

F#

abstract Current : 'TValue with get
override Current : 'TValue with get

Property Value

Type: TValue

Implements

IEnumerator(T).Current

See Also

Reference

TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection.Enumerator Structure
Ekstrand.Collections.Generic Namespace

Clone this wiki locally