TransformCollection.GetEnumerator method

Returns an enumerator that iterates through a collection.

Syntax

public IEnumerator<CollectionTypeLinkName> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of CollectionTypeLinkName)

Parameters

This method has no parameters.

Return value

Type: IEnumerator<CollectionTypeLinkName>

An IEnumerator object that can be used to iterate through the collection.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media

See also

TransformCollection

 

 

Build date: 12/4/2012