<Code Lib>
2023 Property
Changes 0
P

DuctSizeSettingIterator.Current

Description:
Gets the item at the current position of the iterator.
Remarks:
There is no current item if the iterator has not started yet or has been done.

public virtual KeyValuePair<DuctShape, DuctSizes> Current { get; }

Loading…