Click or drag to resize
CalculationWorks Logo
BcfTableTRowGetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public IEnumerator<TRow> GetEnumerator()

Return Value

Type: IEnumeratorTRow
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also