Class LoadedCollectionEnumerator
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
Methods
Visit<T>()
public Func<EntityCollectionProperty, IEnumerable<IEntity>> Visit<T>() where T : IEntity<T>
Returns
Type Parameters
T