MultiPage<T>.GetPageByIndex(Int32) Method

Definition

For internal use by the Xamarin.Forms platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public T GetPageByIndex (int index);
abstract member GetPageByIndex : int -> 'T
override this.GetPageByIndex : int -> 'T

Parameters

index
Int32

For internal use by the Xamarin.Forms platform.

Returns

T

Implements

Attributes

Applies to