Aspose.Words.Examples.CSharp.Mail_Merge.LINQtoXMLMailMerge.MyMailMergeDataSource.MoveNext C# (CSharp) Method

MoveNext() public method

Moves to the next record in the collection.
public MoveNext ( ) : bool
return bool
            public bool MoveNext()
            {
                return mEnumerator.MoveNext();
            }
            // ExEnd:MyMailMergeDataSourceMoveNext