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
: SegmentGets the current segment.
Methods
public void Dispose()
public bool MoveNext()
public void Reset()