IEnumerable(TObject).GetEnumerator Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Private Function GetEnumerator As IEnumerator(Of TObject)
Implements IEnumerable(Of TObject).GetEnumerator
'Usage
Dim instance As CatalogObjectCollection
Dim returnValue As IEnumerator(Of TObject)
returnValue = CType(instance, IEnumerable(Of TObject)).GetEnumerator()
IEnumerator<TObject> IEnumerable<TObject>.GetEnumerator()
private:
virtual IEnumerator<TObject>^ GetEnumerator() sealed = IEnumerable<TObject>::GetEnumerator
JScript does not support explicit interface implementations.
Return Value
Type: System.Collections.Generic..::.IEnumerator<(Of <(TObject>)>)
Implements
IEnumerable<(Of <(T>)>)..::.GetEnumerator()()()
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
CatalogObjectCollection<(Of <(TObject, TDataSet>)>) Class