Assembly: OptimaJet.Workflow.Core

Class LoopCounter

OptimaJet.Workflow.Plugins.LoopCounter

public class LoopCounter

Constructors

public LoopCounter(int index, object initValue) #

Parameters

Name
Type
Description
index
Int32
initValue
Object

Properties

public int Index { get; set; } #
public object Value { get; set; } #

Methods

public T GetValue<T>() #

Returns

Type
Description
{T}