Method | Description | |
---|---|---|
Create ( |
Initialize the NodeRangeIterator (no possibility of duplicates).
|
|
MoveNext ( ) : bool |
Position this iterator to the next following node. Return false if there are no more following nodes, or if the end node has been reached. Return true if the Current property is set to the next node in the iteration.
|
public Create ( |
||
start | ||
filter | ||
end | ||
return | void |