Share via


ServicePartitionList Class

Definition

public sealed class ServicePartitionList : System.Fabric.Query.PagedList<System.Fabric.Query.Partition>
type ServicePartitionList = class
    inherit PagedList<Partition>
Public NotInheritable Class ServicePartitionList
Inherits PagedList(Of Partition)
Inheritance
System.Object
ServicePartitionList

Constructors

ServicePartitionList()

Properties

ContinuationToken (Inherited from PagedList<T>)
Count (Inherited from PagedList<T>)
IsReadOnly (Inherited from PagedList<T>)
Item[Int32] (Inherited from PagedList<T>)

Methods

Add(T) (Inherited from PagedList<T>)
Clear() (Inherited from PagedList<T>)
Contains(T) (Inherited from PagedList<T>)
CopyTo(T[], Int32) (Inherited from PagedList<T>)
GetEnumerator() (Inherited from PagedList<T>)
IndexOf(T) (Inherited from PagedList<T>)
Insert(Int32, T) (Inherited from PagedList<T>)
Items() (Inherited from PagedList<T>)
Remove(T) (Inherited from PagedList<T>)
RemoveAt(Int32) (Inherited from PagedList<T>)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from PagedList<T>)

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

ToArray<T>(PagedList<T>)

Applies to