ESRI.ArcGIS.Mobile
CoordinateCollection.Enumerator Structure Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace : CoordinateCollection.Enumerator Structure


The following tables list the members exposed by CoordinateCollection.Enumerator.

Public Properties

 NameDescription
Public PropertyCurrent Gets the element in the collection at the current position of the enumerator.  
Top

Public Methods

 NameDescription
Public MethodDispose Disposes the enumerator.  
Public MethodEqualsIndicates whether this instance and a specified object are equal. (Inherited from System.ValueType)
Public MethodGetHashCodeReturns the hash code for this instance. (Inherited from System.ValueType)
Public MethodMoveNext Advances the enumerator to the next element of the collection.  
Public MethodToStringReturns the fully qualified type name of this instance. (Inherited from System.ValueType)
Top

See Also