 | BcfArrayEnumeratorTMoveNext Method |
Advances the enumerator to the next element of the collection.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
SyntaxPublic Function MoveNext As Boolean
Return Value
Type:
Booleantrue if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Exceptions
See Also