語言

JavaInt64Array 建構函式

定義

多載

JavaInt64Array(IEnumerable<Int64>)

public JavaInt64Array(System.Collections.Generic.IEnumerable<long> value);
new Java.Interop.JavaInt64Array : seq<int64> -> Java.Interop.JavaInt64Array

參數

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

JavaInt64Array(IList<Int64>)

public JavaInt64Array(System.Collections.Generic.IList<long> value);
new Java.Interop.JavaInt64Array : System.Collections.Generic.IList<int64> -> Java.Interop.JavaInt64Array

參數

value
IList<Int64>

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

JavaInt64Array(Int32)

public JavaInt64Array(int length);
new Java.Interop.JavaInt64Array : int -> Java.Interop.JavaInt64Array

參數

length
Int32

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

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

參數

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於