Click or drag to resize

Chunk(Int64, Int64) Constructor

Initializes a new instance of the Chunk class

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Chunk(
	long start,
	long end
)

Parameters

start  Int64
 
end  Int64
 
See Also