Click or drag to resize

GroupingTKey, TElementGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
public IEnumerator<TElement> GetEnumerator()

Return Value

Type: IEnumeratorTElement
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also