Share via


IntProperty Constructors

Definition

Overloads

IntProperty(String)
IntProperty(IntPtr, JniHandleOwnership)

IntProperty(String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=24)]
public IntProperty (string? name);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=24)>]
new Android.Util.IntProperty : string -> Android.Util.IntProperty

Parameters

name
String
Attributes

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

IntProperty(IntPtr, JniHandleOwnership)

protected IntProperty (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Util.IntProperty : nativeint * Android.Runtime.JniHandleOwnership -> Android.Util.IntProperty

Parameters

javaReference
IntPtr

nativeint

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