PagedListHelper.ToArray<T>(PagedList<T>) Method

Definition

Returns an array with the items in the paged list.

C#
public static T[] ToArray<T>(this System.Fabric.Query.PagedList<T> list);

Type Parameters

T

The type of the list objects.

Parameters

list
PagedList<T>

The paged list.

Returns

T[]

The array.

Applies to

Product Versions
Azure SDK for .NET Legacy, Latest