GenerateObjectSettingsCollectionsLength Property

Gets or sets the length of the collections to generate. It also affects the size of generated BigInteger instances (interpreted as the amount of 4 byte chunks to generate).
Default value: 1..2.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public Range<int> CollectionsLength { get; set; }

Property Value

RangeInt32

Exceptions

See Also