Accusoft.ThumbnailXpress6.Net
MoveNext Method (FilterCollectionEnumerator)




Moves the collection enumerator position/index by one if not at the end of the collection.
Syntax
'Declaration
 
Public Function MoveNext() As Boolean
'Usage
 
Dim instance As FilterCollectionEnumerator
Dim value As Boolean
 
value = instance.MoveNext()
public bool MoveNext()
public: bool MoveNext(); 
public:
bool MoveNext(); 

Return Value

A boolean value which is true if the position is moved. Otherwise, false is returned.
Remarks

The collection must be locked before accessing this method.

See Also

Reference

FilterCollectionEnumerator Class
FilterCollectionEnumerator Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback