Skip to content

P_Ekstrand_Collections_Generic_TwoKeyDictionary_3_KeyBCollection_Enumerator_Current

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

TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyBCollection.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 TKeyB Current { get; }

VB

Public ReadOnly Property Current As TKeyB
	Get

C++

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

F#

abstract Current : 'TKeyB with get
override Current : 'TKeyB with get

Property Value

Type: TKeyB

Implements

IEnumerator(T).Current

See Also

Reference

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

Clone this wiki locally