Click or drag to resize

BsonValueItem(Int32) Property

Get/Set value in array position. Works only when value are array

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

Parameters

index  Int32
 

Property Value

BsonValue
See Also