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.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public Range<int> CollectionsLength { get; set; }
Public Property CollectionsLength As Range(Of Integer)
Get
Set
public:
property Range<int> CollectionsLength {
Range<int> get ();
void set (Range<int> value);
}
member CollectionsLength : Range<int> with get, set
Property Value
RangeInt32