Click or drag to resize

ObjectId(Byte, Int32) Constructor

Initializes a new instance of the ObjectId class from byte array.

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ObjectId(
	byte[] bytes,
	int startIndex = 0
)

Parameters

bytes  Byte
 
startIndex  Int32  (Optional)
 
See Also