Table of Contents

Class V2FeedPage

Namespace
NuGet.Protocol
Assembly
NuGet.Protocol.dll
public class V2FeedPage
Inheritance
V2FeedPage
Inherited Members
Extension Methods

Constructors

V2FeedPage(List<V2FeedPackageInfo>, string)

public V2FeedPage(List<V2FeedPackageInfo> items, string nextUri)

Parameters

items List<V2FeedPackageInfo>
nextUri string

Properties

Items

public IReadOnlyList<V2FeedPackageInfo> Items { get; }

Property Value

IReadOnlyList<V2FeedPackageInfo>

NextUri

public string NextUri { get; }

Property Value

string