MultiPolygon.GetEnumerator method

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.Geometry.Shapes
Assembly Skybrud.Essentials.Maps.dll

GetEnumerator()

Virtual

Returns an that iterates through the underlying List<T>.

public virtual IEnumerator<T> GetEnumerator()

Returns

A System.Collections.Generic.List`1.Enumerator for the underlying List<T>.