ParsePosition Constructors

Definition

Overloads

ParsePosition(Int32)

Create a new ParsePosition with the given initial index.

ParsePosition(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

ParsePosition(Int32)

Create a new ParsePosition with the given initial index.

[Android.Runtime.Register(".ctor", "(I)V", "")]
public ParsePosition (int index);
[<Android.Runtime.Register(".ctor", "(I)V", "")>]
new Java.Text.ParsePosition : int -> Java.Text.ParsePosition

Parameters

index
Int32

initial index

Attributes

Remarks

Create a new ParsePosition with the given initial index.

Java documentation for java.text.ParsePosition.ParsePosition(.*int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ParsePosition(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected ParsePosition (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Text.ParsePosition : nativeint * Android.Runtime.JniHandleOwnership -> Java.Text.ParsePosition

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to