SegmentLineIterator

An iterator for collections.

An iterator for SegmentLine collections.

Constructors

public SegmentLineIterator(IEnumerable<SegmentLine> lines)

Initializes a new instance of the SegmentLineIterator class.

Parameters:

lines (IEnumerable<SegmentLine>)
The lines to iterate.

Properties

Current : Segment

Gets the current segment.

Methods

public void Dispose()
public bool MoveNext()
public void Reset()