IIterable<T> interface
Exposes the iterator, which supports simple iteration over a collection of a specified type.
Template parameters
- T
-
The type of objects to iterate.
Members
The IIterable<T> interface inherits from IInspectable. IIterable also has these types of members:
Methods
The IIterable<T> interface has these methods.
| Method | Description |
|---|---|
| First |
Returns an iterator that iterates over the items in the collection. |
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|
See also
Show: