JavaCharArray 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
JavaCharArray(IEnumerable<Char>) | |
JavaCharArray(IList<Char>) | |
JavaCharArray(Int32) | |
JavaCharArray(JniObjectReference, JniObjectReferenceOptions) |
JavaCharArray(IEnumerable<Char>)
public JavaCharArray (System.Collections.Generic.IEnumerable<char> value);
new Java.Interop.JavaCharArray : seq<char> -> Java.Interop.JavaCharArray
Parameters
- value
- IEnumerable<Char>
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
JavaCharArray(IList<Char>)
public JavaCharArray (System.Collections.Generic.IList<char> value);
new Java.Interop.JavaCharArray : System.Collections.Generic.IList<char> -> Java.Interop.JavaCharArray
Parameters
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
JavaCharArray(Int32)
public JavaCharArray (int length);
new Java.Interop.JavaCharArray : int -> Java.Interop.JavaCharArray
Parameters
- length
- Int32
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
JavaCharArray(JniObjectReference, JniObjectReferenceOptions)
public JavaCharArray (ref Java.Interop.JniObjectReference handle, Java.Interop.JniObjectReferenceOptions options);
new Java.Interop.JavaCharArray : JniObjectReference * Java.Interop.JniObjectReferenceOptions -> Java.Interop.JavaCharArray
Parameters
- handle
- JniObjectReference
- options
- JniObjectReferenceOptions
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.