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