GeoJsonMultiPoint.GetEnumerator method
Version 1.0.0-beta002
.NET Framework 4.7
Namespace | Skybrud.Essentials.Maps.GeoJson.Geometry |
---|---|
Assembly | Skybrud.Essentials.Maps.dll |
GetEnumerator()
Virtual
Returns an enumerator that iterates through the underlying List<T
>.
public virtual IEnumerator<T> GetEnumerator()
Returns
IEnumerator<
T
>
A System.Collections.Generic.List1.Enumerator for the System.Collections.Generic.List
1.