 |
BcfBehaviorTGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T>
Return Value
Type:
IEnumeratorTAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also