FilterEnumerator Fields |
The FilterEnumerator type exposes the following members.
| Name | Description | |
|---|---|---|
| m_enum |
Objects to filter/enumerate.
| |
| m_hasNext |
Is there a next item which passed the test?
| |
| m_hasPrev |
Is there a previous item which passed the test and can be
removed?
| |
| m_next |
The next item which passed the test.
| |
| m_test |
Test to perform on each item.
|