語言

JavaInt32Array 建構函式

定義

多載

JavaInt32Array(IEnumerable<Int32>)

public JavaInt32Array(System.Collections.Generic.IEnumerable<int> value);
new Java.Interop.JavaInt32Array : seq<int> -> Java.Interop.JavaInt32Array

參數

備註

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

適用於

JavaInt32Array(IList<Int32>)

public JavaInt32Array(System.Collections.Generic.IList<int> value);
new Java.Interop.JavaInt32Array : System.Collections.Generic.IList<int> -> Java.Interop.JavaInt32Array

參數

value
IList<Int32>

備註

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

適用於

JavaInt32Array(Int32)

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

參數

length
Int32

備註

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

適用於

JavaInt32Array(JniObjectReference, JniObjectReferenceOptions)

public JavaInt32Array(ref Java.Interop.JniObjectReference handle, Java.Interop.JniObjectReferenceOptions options);
new Java.Interop.JavaInt32Array : JniObjectReference * Java.Interop.JniObjectReferenceOptions -> Java.Interop.JavaInt32Array

參數

備註

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

適用於