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: 3.0.2.0
Syntax
public IEnumerator<TRow> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also