'Declaration Public Overloads Sub Swap( _
ByVal firstPageIndexIndex of the first page.As System.Int32, _
ByVal secondPageIndexIndex of the second page.As System.Int32 _
)
public void Swap(
System.Int32 firstPageIndex,
System.Int32 secondPageIndex
)
public: void Swap(
System.Int32 firstPageIndex,
System.Int32 secondPageIndex
)
public:
void Swap(
System.Int32 firstPageIndex,
System.Int32 secondPageIndex
)
Parameters
- firstPageIndex
- Index of the first page.
- secondPageIndex
- Index of the second page.