Skip to content

M_Ekstrand_Collections_Generic_TwoKeyDictionary_3_KeyACollection_Enumerator_MoveNext

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

TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyACollection.Enumerator.MoveNext Method

Advances the enumerator to the next element of the TwoKeyDictionary<TKeyA,TKeyB,TValue>.KeyACollection.

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

Syntax

C#

public bool MoveNext()

VB

Public Function MoveNext As Boolean

C++

public:
virtual bool MoveNext() sealed

F#

abstract MoveNext : unit -> bool 
override MoveNext : unit -> bool 

Return Value

Type: Boolean
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

Implements

IEnumerator.MoveNext()

See Also

Reference

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

Clone this wiki locally