次の方法で共有


IPagedCollection<T> インターフェイス

定義

public interface IPagedCollection<T> : System.Collections.Generic.IEnumerable<T>
type IPagedCollection<'T> = interface
    interface seq<'T>
    interface IEnumerable
Public Interface IPagedCollection(Of T)
Implements IEnumerable(Of T)

型パラメーター

T
派生
実装

メソッド

GetNextPageAsync(CancellationToken)

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

コレクションの要素を文字列に変換し、それらをコンマ区切りのリストに連結するか、null または空のコレクションの場合は null を返します。

適用対象