|  | MorphWeightCollectionEnumeratorMoveNext Method | 
            Advances the enumerator to the next element of the collection.
            
 
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
SyntaxPublic Function MoveNext As Boolean
public:
virtual bool MoveNext() sealed
abstract MoveNext : unit -> bool 
override MoveNext : unit -> bool 
Return Value
Type: 
Boolean if the enumerator was successfully advanced to the next element; 
            
 if the enumerator has passed the end of the collection.
            
Implements
IEnumeratorMoveNext Exceptions
Exceptions See Also
See Also