Summary
Returns an enumerator that iterates through the collection.
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten - Containing Type
- MappedPagedList
<T>
Syntax
public IEnumerator<T> GetEnumerator()
Return Value
Type | Description |
---|---|
IEnumerator |
An enumerator that can be used to iterate through the collection. |