Click or drag to resize

BsonArrayAddRangeTCollection(TCollection) Method


Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void AddRange<TCollection>(
	TCollection collection
)
where TCollection : Object, ICollection<BsonValue>

Parameters

collection  TCollection
 

Type Parameters

TCollection
See Also