| Visual Basic (Declaration) | |
|---|---|
Public Function GetEnumerator() As IEnumerator(Of Graphic) | |
| C# | |
|---|---|
public IEnumerator<Graphic> GetEnumerator() | |
Return Value
A IEnumerator that can be used to iterate through the collection.Target Platforms:Windows Phone 7
|
| ArcGIS API for Windows Phone - Library Reference | |
| GetEnumerator Method | |
| See Also Send comments on this topic | |
| ESRI.ArcGIS.Client Namespace > GraphicsLayer Class : GetEnumerator Method |
| Visual Basic (Declaration) | |
|---|---|
Public Function GetEnumerator() As IEnumerator(Of Graphic) | |
| C# | |
|---|---|
public IEnumerator<Graphic> GetEnumerator() | |
Target Platforms:Windows Phone 7