IResourceCollectionEnumeratorFactory<T>.Create(T) Method

Definition

Creates a resource collection enumerator capable of traversing the input collection.

public Microsoft.Store.PartnerCenter.Enumerators.IResourceCollectionEnumerator<T> Create (T resourceCollection);
abstract member Create : 'T -> Microsoft.Store.PartnerCenter.Enumerators.IResourceCollectionEnumerator<'T (requires 'T :> Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.StandardResourceCollectionLinks>)>
Public Function Create (resourceCollection As T) As IResourceCollectionEnumerator(Of T)

Parameters

resourceCollection
T

The initial resource collection to start from.

Returns

A resource collection enumerator capable of traversing the resource objects within the collection.

Applies to