Κοινή χρήση μέσω


GetEnumerator Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Overloaded. Returns an enumerator that can iterate through the current instance.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As ExpressionRefCollection
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
public:
virtual IEnumerator^ GetEnumerator() sealed
public final function GetEnumerator() : IEnumerator

Return Value

Type: System.Collections..::.IEnumerator
An enumerator that can iterate through the collection.

Implements

IEnumerable..::.GetEnumerator()()()

Remarks

Use this method to retrieve the enumerator for the ExpressionRefCollection.

Permissions

See Also

Reference

ExpressionRefCollection Class

ExpressionRefCollection Members

Microsoft.CommerceServer.Marketing Namespace