Method CopyTo NamespaceMongoDB.Bson AssemblyMongoDB.Bson.dll CopyTo(BsonValue[], int) Copies elements from this array to another array. public override void CopyTo(BsonValue[] array, int arrayIndex) Parameters array BsonValue[] The other array. arrayIndex int The zero based index of the other array at which to start copying.