BsonValueItem(Int32) Property |
Get/Set value in array position. Works only when value are array
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic virtual BsonValue this[
int index
] { get; set; }Parameters
- index Int32
-
Property Value
BsonValue
See Also