_Format.Field Constructors

Definition

Overloads

_Format.Field(String)

Creates a Field with the specified name.

_Format.Field(IntPtr, JniHandleOwnership)

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

_Format.Field(String)

Creates a Field with the specified name.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
protected Field (string? name);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.Text._Format.Field : string -> Java.Text._Format.Field

Parameters

name
String

Name of the attribute

Attributes

Remarks

Creates a Field with the specified name.

Java documentation for java.text.Format.Field.Format$Field(java.lang.String).

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

_Format.Field(IntPtr, JniHandleOwnership)

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

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

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