Table of Contents

Class LoadedCollectionEnumerator

Namespace
The.Utility
Assembly
Instagile.dll

A utility IVisitor<U> that can be used to access the enumerator on an EntityCollectionProperty without knowing its concrete type.

public sealed class LoadedCollectionEnumerator : IVisitor<Func<EntityCollectionProperty, IEnumerable<IEntity>>>
Inheritance
LoadedCollectionEnumerator
Implements
Inherited Members

Fields

Instance

public static readonly LoadedCollectionEnumerator Instance

Field Value

LoadedCollectionEnumerator

Methods

Visit<T>()

public Func<EntityCollectionProperty, IEnumerable<IEntity>> Visit<T>() where T : IEntity<T>

Returns

Func<EntityCollectionProperty, IEnumerable<IEntity>>

Type Parameters

T