Property | Type | Description | |
---|---|---|---|
iterator | IIterator | ||
result | List |
Method | Description | |
---|---|---|
CustomIterator ( IIterator iterator ) : void |
The custom iterator.
|
|
Seek ( List |
The seek.
|
|
Seeker ( IIterator where ) : System.Collections.Generic |
Initializes a new instance of the Seeker class.
|
public CustomIterator ( IIterator iterator ) : void | ||
iterator | IIterator | /// The iterator. /// |
return | void |
public Seek ( List |
||
required | List |
/// The required. /// |
return | int |
public Seeker ( IIterator where ) : System.Collections.Generic | ||
where | IIterator | /// The where. /// |
return | System.Collections.Generic |