Advances the enumerator to the next element of the collection.
            
            
            
            
            
            
            
            'Declaration
 
Public Function MoveNext() As Boolean
             
        
            
            'Usage
 
Dim instance As Renderers
Dim value As Boolean
 
value = instance.MoveNext()
             
        
            
        
            
        
             
        
            
            
            Return Value
true if the enumerator successfully advanced to the next element; otherwise, it is false.