MetadataEnumerator.MoveNext Method

Advances the enumerator to the next key-value pair of the dictionary.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public virtual bool MoveNext()

Return Value

true if the enumerator was successfully advanced to the next key-value pair; false if the enumerator has passed the end of the dictionary.

See Also

Reference