IMultiPageController<T>.GetPageByIndex(Int32) Method

Definition

public:
 T GetPageByIndex(int index);
public T GetPageByIndex (int index);
abstract member GetPageByIndex : int -> 'T
Public Function GetPageByIndex (index As Integer) As T

Parameters

index
Int32

Returns

T

Applies to