프로퍼티 | 타입 | 설명 | |
---|---|---|---|
iterator | IIterator | ||
result | List |
메소드 | 설명 | |
---|---|---|
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. /// |
리턴 | void |
public Seeker ( IIterator where ) : System.Collections.Generic | ||
where | IIterator | /// The where. /// |
리턴 | System.Collections.Generic |