Chili.Opf3 Send comments on this topic.
MoveNext Method
See Also 
Chili.Opf3 Namespace > Generic ObjectReader Class : MoveNext Method




Moves the ObjectReader to the next item.

Syntax

Visual Basic (Declaration) 
Public Function MoveNext() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ObjectReader(Of T)
Dim value As Boolean
 
value = instance.MoveNext()
C# 
public bool MoveNext()
Managed Extensions for C++ 
public: bool MoveNext(); 
C++/CLI 
public:
bool MoveNext(); 

Return Value

Returns true if it was possible to move the the next item.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also