MultiPage<T>.GetPageByIndex(Int32) Method

Definition

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

Parameters

index
Int32

Returns

T

Implements

Applies to