[This is preliminary documentation and is subject to change.]
Sets the sizes of free chunks that free lists group by.
Must be an array of FREE_LST_COUNT(16) of consequitively increasing integers
Namespace: NFX.ApplicationModel.PileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public int[] FreeChunkSizes { get; set; }public int[] FreeChunkSizes { get; set; }Public Property FreeChunkSizes As Integer()
Get
Set
Public Property FreeChunkSizes As Integer()
Get
Set
public:
property array<int>^ FreeChunkSizes {
array<int>^ get ();
void set (array<int>^ value);
}public:
property array<int>^ FreeChunkSizes {
array<int>^ get ();
void set (array<int>^ value);
}member FreeChunkSizes : int[] with get, set
member FreeChunkSizes : int[] with get, set
Property Value
Type:
Int32