 | BsonToObjectConvertToListT 方法 |
转集合
命名空间: AT.Librarys.Container.Utility程序集: AT.Librarys.Container (在 AT.Librarys.Container.dll 中) 版本:23.7.2405.1017 (23.07.2405.1017)
语法public static IList<T> ConvertToList<T>(
List<BsonDocument> dbList
)
where T : new()
参数
- dbList ListBsonDocument
- 数据
类型参数
- T
- 类型
返回值
IListT
参见