FilteredWorksetIdIterator.Current
Property
Description:
Gets the item at the current position of the iterator.
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.
There is no current item if the iterator has not started yet or has been done.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | There is no current item in the iterator. |