IEnumString Members
Include Protected Members
Include Inherited Members
Used to enumerate strings.
The IEnumString type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Creates another enumerator that contains the same enumeration state as the current one. |
![]() |
RemoteNext | Retrieves a specified number of items in the enumeration sequence. |
![]() |
Reset | Resets the enumeration sequence to the beginning. |
![]() |
Skip | Skips over a specified number of items in the enumeration sequence. |
Top