Click or drag to resize

ArrayDataReaderAllocationStatistics Constructor

Initializes a new instance of the ArrayDataReaderAllocationStatistics class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public AllocationStatistics(
	long maxBytes,
	long maxObjects
)

Parameters

maxBytes  Int64
 
maxObjects  Int64
 
See Also