IEnumerator.MoveNext Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Namespace: Microsoft.CommerceServer.Runtime.Marketing
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Private Function MoveNext As Boolean
Implements IEnumerator.MoveNext
'Usage
Dim instance As DiscountItemCollectionEnumerator
Dim returnValue As Boolean
returnValue = CType(instance, IEnumerator).MoveNext()
bool IEnumerator.MoveNext()
private:
virtual bool MoveNext() sealed = IEnumerator::MoveNext
JScript does not support explicit interface implementations.
Return Value
Type: System..::.Boolean
Implements
IEnumerator..::.MoveNext()()()
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DiscountItemCollectionEnumerator Class