Method ToList NamespaceMongoDB.Bson AssemblyMongoDB.Bson.dll ToList() Converts the BsonArray to a list of BsonValues. public virtual List<BsonValue> ToList() Returns List<BsonValue> A list of BsonValues.