Output Constructors

Definition

Overloads

Output()
Output(Object)
Output(IntPtr, JniHandleOwnership)

Output()

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public Output ();
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

Output(Object)

[Android.Runtime.Register(".ctor", "(Ljava/lang/Object;)V", "", ApiSince=24)]
public Output (Java.Lang.Object? value);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Object;)V", "", ApiSince=24)>]
new Android.Icu.Util.Output : Java.Lang.Object -> Android.Icu.Util.Output

Parameters

value
Object
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

Output(IntPtr, JniHandleOwnership)

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

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