Output Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Output() |
Constructs an empty |
Output(Object) |
Constructs an |
Output(IntPtr, JniHandleOwnership) |
Output()
Constructs an empty Output
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public Output ();
- Attributes
Remarks
Constructs an empty Output
Java documentation for android.icu.util.Output.Output()
.
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)
Constructs an Output
with the given value.
[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
the initial value
- Attributes
Remarks
Constructs an Output
with the given value.
Java documentation for android.icu.util.Output.Output(T)
.
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
- transfer
- JniHandleOwnership
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.