Click or drag to resize

PolyPathBaseGetEnumerator Method

Returns an enumerator that iterates through a collection.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerator GetEnumerator()

Return Value

IEnumerator
An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerableGetEnumerator
See Also