IResourceCollectionEnumeratorFactory<T> Interface

Definition

Creates resource collection enumerators which can enumerate through resource collections.

public interface IResourceCollectionEnumeratorFactory<T> where T : ResourceBaseWithLinks<StandardResourceCollectionLinks>
type IResourceCollectionEnumeratorFactory<'T (requires 'T :> ResourceBaseWithLinks<StandardResourceCollectionLinks>)> = interface
Public Interface IResourceCollectionEnumeratorFactory(Of T)

Type Parameters

T

The collection type.

Methods

Create(T)

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

Applies to