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

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
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