SegmentLineEnumerator Class

An enumerator for SegmentLine collections.
public sealed class SegmentLineEnumerator : IEnumerable<Segment>, IEnumerable
Interfaces

Constructors

Methods

IEnumerator<Segment> GetEnumerator()

Extension Methods

T And<SegmentLineEnumerator>(Action<SegmentLineEnumerator>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.