Supports a simple iteration over a generic collection.

Namespace:  ESRI.ArcGISExplorer.Mapping
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public IEnumerator<Graphic> GetEnumerator()
Visual Basic (Declaration)
Public Function GetEnumerator As IEnumerator(Of Graphic)

Return Value

An enumerator of items from the generic collection.

Implements

IEnumerable<(Of <(T>)>)..::.GetEnumerator()()()

Remarks

You never need to call this method explicitly as it is used implicitly by the "in" part of a "for each" loop to iterate over a collection. The generic System.Collections.Generic.IEnumerator(T) interface is inherited from the non-generic System.Collections.IEnumerable interface. For more information, see the help for the IEnumerator(T)interface.

See Also

Relate Topics:
  Add Method
  Clear Method
  Contains Method
  Remove Method
Created by Atop CHM to web converter,© 2009 all right reserved.