Click or drag to resize

TempStreamWrite(Byte, Int32, Int32) Method


Namespace: Internal.LiteDB.Engine
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override void Write(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer  Byte
 
offset  Int32
 
count  Int32
 
See Also