This topic has not yet been rated - Rate this topic

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.

MethodDescription
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

Windows.Foundation.Collections.h

See also

IIterator

 

 

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.