다음을 통해 공유


IPage<T> 인터페이스

정의

Azure 응답에서 페이지 인터페이스를 정의합니다.

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

형식 매개 변수

T

페이지 콘텐츠 항목의 형식

파생
구현

속성

NextPageLink

다음 페이지에 대한 링크를 가져옵니다.

확장 메서드

AsContinuousCollection<T>(IPage<T>, Func<String,IPage<T>>)

Azure 응답에서 페이지 인터페이스를 정의합니다.

ToCommaSeparatedString<T>(IEnumerable<T>)

컬렉션의 요소를 문자열로 변환하고 쉼표로 구분된 목록으로 연결하거나 null 또는 빈 컬렉션에 대해 null을 반환합니다.

적용 대상