IIterable<T> interface

0 out of 1 rated this helpful - Rate this topic

Exposes an iterator that supports simple iteration over a collection of a specified type.

.NET:  This interface appears as System.Collections.Generic.IEnumerable<T>.

Syntax


generic<typename T>
public interface class IIterable

Attributes

GuidAttribute("faa585ea-6214-4217-afda-7f46de5869b3")
VersionAttribute(NTDDI_WIN8)

Type parameters

T

The type of objects to iterate.

Members

The IIterable interface inherits from the IUnknown interface. IIterable also has these types of members:

Methods

The IIterable interface has these methods. It also inherits methods from the Object class.

MethodDescription
First Returns an iterator for the items in the collection.

 

Remarks

When building Windows Store apps with the Microsoft .NET Framework, this interface is hidden and developers should use the System.Collections.Generic.IEnumerable<T> interface.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows::Foundation::Collections

Metadata

Windows.winmd

DLL

Windows.Foundation.dll

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.