IResourceCollectionEnumeratorFactory<T>.Create(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.