Class ModelBuilder.ModelBuilderEnumerable<T>
Enumerable which support iteration over the materialized models.
Inheritance
System.Object
ModelBuilder.ModelBuilderEnumerable<T>
Namespace: Kros.KORM.Materializer
Assembly: Kros.KORM.dll
Syntax
public class ModelBuilderEnumerable<T> : IEnumerable<T>, IEnumerable
Type Parameters
Name | Description |
---|---|
T |
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public IEnumerator<T> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<T> | A System.Collections.Generic.IEnumerator<T> that can be used to iterate through the collection. |
See Also
System.Collections.Generic.IEnumerable<T>