class function Create(const ACapacity: Integer = 0): TgoBsonArray; overload; static;
Creates an empty BSON array.
Parameters
ACapacity
(optional) initial capacity of the array. You can reduce memory reallocations if you know in advance the (approximate) number of values the array is going to hold.