Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 765 Bytes

iiterable_1_first_1920739956.md

File metadata and controls

27 lines (19 loc) · 765 Bytes
-api-id -api-type
M:Windows.Foundation.Collections.IIterable`1.First
winrt method

Windows.Foundation.Collections.IIterable.First

-description

Returns an iterator for the items in the collection.

-returns

The iterator.

-remarks

When programming with .NET, this interface is hidden, and you should use the System.Collections.Generic.IEnumerable<T> method.

If changes are made to the collection, such as adding, modifying, or deleting elements, the iterator is permitted to raise an exception for all future operations.

-examples

-see-also

IIterable<T>