Show / Hide Table of Contents

Enum IterationCountType

Whether the iteration count is fixed or dynamic.

Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum IterationCountType : int

Fields

Name Description
Dynamic

The iteration count is the result of an expression.

Fixed

The iteration count is a constant number.

Extension Methods

Extensions.Yield<IterationCountType>()
Back to top Copyright © 2009-2018 Colectica