IResourceCollectionEnumeratorFactory<T> Interface
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 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. |