ICollectionPage<T> インターフェイス (Microsoft.Graph 名前空間)
public interface ICollectionPage<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
[toc]目次
プロパティ
AdditionalData
IDictionary AdditionalData { get; set; }
CurrentPage
IList<T> CurrentPage { get; }