Class LoopCounter
Inheritance
↳ object
↳ LoopCounter
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Plugins
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class LoopCounter
Constructors
LoopCounter(int, object)
Declarationpublic LoopCounter(int index, object initValue)
Type | Name | Description |
---|---|---|
int | index | |
object | initValue |
Properties
Index
Declarationpublic int Index { get; set; }
Type | Description |
---|---|
int |
Value
Declarationpublic object Value { get; set; }
Type | Description |
---|---|
object |
Methods
GetValue<T>()
Declarationpublic T GetValue<T>()
Type | Description |
---|---|
{T} |