語言

JavaObjectArray<T> 建構函式

定義

多載

JavaObjectArray<T>(IEnumerable<T>)

public JavaObjectArray(System.Collections.Generic.IEnumerable<T> value);
new Java.Interop.JavaObjectArray<'T> : seq<'T> -> Java.Interop.JavaObjectArray<'T>

參數

value
IEnumerable<T>

備註

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

適用於

JavaObjectArray<T>(IList<T>)

public JavaObjectArray(System.Collections.Generic.IList<T> value);
new Java.Interop.JavaObjectArray<'T> : System.Collections.Generic.IList<'T> -> Java.Interop.JavaObjectArray<'T>

參數

value
IList<T>

備註

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

適用於

JavaObjectArray<T>(Int32)

public JavaObjectArray(int length);
new Java.Interop.JavaObjectArray<'T> : int -> Java.Interop.JavaObjectArray<'T>

參數

length
Int32

備註

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

適用於

JavaObjectArray<T>(JniObjectReference, JniObjectReferenceOptions)

public JavaObjectArray(ref Java.Interop.JniObjectReference handle, Java.Interop.JniObjectReferenceOptions options);
new Java.Interop.JavaObjectArray<'T> : JniObjectReference * Java.Interop.JniObjectReferenceOptions -> Java.Interop.JavaObjectArray<'T>

參數

備註

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

適用於