次の方法で共有


Utilities.IpageToList Method

Definition

Overloads

IpageToList<T>(List<CustomPage<T>>)
IpageToList<T>(List<IPage<T>>)

IpageToList<T>(List<CustomPage<T>>)

public static System.Collections.Generic.List<T> IpageToList<T> (System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.CustomPage<T>> pages);
static member IpageToList : System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.CustomPage<'T>> -> System.Collections.Generic.List<'T>
Public Function IpageToList(Of T) (pages As List(Of CustomPage(Of T))) As List(Of T)

Type Parameters

T

Parameters

pages
List<CustomPage<T>>

Returns

List<T>

Applies to

IpageToList<T>(List<IPage<T>>)

public static System.Collections.Generic.List<T> IpageToList<T> (System.Collections.Generic.List<Microsoft.Rest.Azure.IPage<T>> pages);
static member IpageToList : System.Collections.Generic.List<Microsoft.Rest.Azure.IPage<'T>> -> System.Collections.Generic.List<'T>
Public Function IpageToList(Of T) (pages As List(Of IPage(Of T))) As List(Of T)

Type Parameters

T

Parameters

pages
List<IPage<T>>

Returns

List<T>

Applies to