Click or drag to resize
Grid Solutions Framework

DynamicCalculatorArrayVariableLengths Property

Gets array variables names mapped to their defined lengths.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.182-beta
Syntax
protected ReadOnlyDictionary<string, int> ArrayVariableLengths { get; }
View Source

Property Value

ReadOnlyDictionaryString, Int32
See Also