Click or drag to resize

BsonArrayItem(Int32) Property


Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override BsonValue this[
	int index
] { get; set; }

Parameters

index  Int32
 

Property Value

BsonValue

Implements

IListTItemInt32
See Also