<Code Lib>
2020 Method
Changes 0
M

ConduitSizeIterator.HasCurrent

Description:
Identifies if the iterator has a current item.
Remarks:
There is no current item if the iterator has not started yet or has been done.

public bool HasCurrent()

bool True if there is a current item.

Loading…