Version

IndexOfKey Method (DataSourceLocalDataProvider)

Gets the index of a specified key.
Syntax
public int IndexOfKey( 
   object[] key
)

Parameters

key
The key for which to fetch an index.

Return Value

The requested index.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also