ObjectId(Byte, Int32) Constructor |
Initializes a new instance of the ObjectId class from byte array.
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ObjectId(
byte[] bytes,
int startIndex = 0
)
Parameters
- bytes Byte
-
- startIndex Int32 (Optional)
-
See Also