Partager via


SeekBasedResourceCollection<TResource> Constructors

Definition

Overloads

SeekBasedResourceCollection<TResource>(ICollection<TResource>)

Initializes a new instance of the SeekBasedResourceCollection<TResource> class.

SeekBasedResourceCollection<TResource>(ICollection<TResource>, String)

Initializes a new instance of the SeekBasedResourceCollection<TResource> class.

SeekBasedResourceCollection<TResource>(ICollection<TResource>)

Initializes a new instance of the SeekBasedResourceCollection<TResource> class.

public SeekBasedResourceCollection (System.Collections.Generic.ICollection<TResource> items);
new Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<'Resource> : System.Collections.Generic.ICollection<'Resource> -> Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<'Resource>
Public Sub New (items As ICollection(Of TResource))

Parameters

items
ICollection<TResource>

The items collection.

Applies to

SeekBasedResourceCollection<TResource>(ICollection<TResource>, String)

Initializes a new instance of the SeekBasedResourceCollection<TResource> class.

[Newtonsoft.Json.JsonConstructor]
public SeekBasedResourceCollection (System.Collections.Generic.ICollection<TResource> items, string continuationToken);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<'Resource> : System.Collections.Generic.ICollection<'Resource> * string -> Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<'Resource>
Public Sub New (items As ICollection(Of TResource), continuationToken As String)

Parameters

items
ICollection<TResource>

The items collection.

continuationToken
String

The continuation token.

Attributes

Applies to