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

Fields

Name Description
Dynamic

The iteration count is the result of an expression.

Fixed

The iteration count is a constant number.

In this article
Back to top Generated by DocFX