TerrainCollectionGetEnumerator Method |
Constructs an iterator that can be used to iterate the collection.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IEnumerator<TerrainOverlay> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of TerrainOverlay)
public:
virtual IEnumerator<TerrainOverlay^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<TerrainOverlay>
override GetEnumerator : unit -> IEnumerator<TerrainOverlay>
Return Value
Type:
IEnumeratorTerrainOverlayAn enumerator that can be used to iterate the collection.
Implements
IEnumerableTGetEnumeratorSee Also