你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ReadableWrappers<IFluentResourceT,FluentResourceT,InnerResourceT>.WrapList 方法

定义

此方法返回一个分页列表,其中每个页面都包含将内部资源包装在给定内部分页列表的对应页中的实例。

protected System.Collections.Generic.IEnumerable<IFluentResourceT> WrapList (System.Collections.Generic.IEnumerable<InnerResourceT> innerList);
member this.WrapList : seq<'InnerResourceT> -> seq<'IFluentResourceT>
Protected Function WrapList (innerList As IEnumerable(Of InnerResourceT)) As IEnumerable(Of IFluentResourceT)

参数

innerList
IEnumerable<InnerResourceT>

内部资源的分页列表

返回

IEnumerable<IFluentResourceT>

已包装资源的分页列表

适用于