Android.Test.Mock.MockCursor.Position Property
Returns the current position of the cursor in the row set.

Syntax

[get: Android.Runtime.Register("getPosition", "()I", "GetGetPositionHandler")]
public virtual int Position { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the current position of the cursor in the row set. The value is zero-based. When the row set is first returned the cursor will be at positon -1, which is before the first row. After the last row is returned another call to next() will leave the cursor past the last entry, at a position of count().

[Android Documentation]

Requirements

Namespace: Android.Test.Mock
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8