CSharpTest.Net
MoveNext Method
See Also  Example Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace > LurchTable.KeyCollection.Enumerator<TKey,TValue> Structure : MoveNext Method

Glossary Item Box

Advances the enumerator to the next element of the collection.

Syntax

Visual Basic (Declaration) 
Public Function MoveNext() As Boolean
C# 
public bool MoveNext()

Example

Library/Library.Test/TestLurchTable.cs

C#Copy Code
var sample = GetSample();
var test = CreateSample(sample);
int ix = 0;
foreach (var key in test.Keys)
    Assert.AreEqual(sample[ix++].Value, test[key]);
VB.NETCopy Code
Dim sample As var = GetSample()
Dim test As var = CreateSample(sample)
Dim ix As Integer = 0
For Each key As var In test.Keys
    Assert.AreEqual(sample(System.Math.Max(System.Threading.Interlocked.Increment(ix),ix - 1)).Value, test(key))
Next

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys