JavaObjectArray<T> 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| JavaObjectArray<T>(IEnumerable<T>) | |
| JavaObjectArray<T>(IList<T>) | |
| JavaObjectArray<T>(Int32) | |
| JavaObjectArray<T>(JniObjectReference, JniObjectReferenceOptions) |
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>
參數
- handle
- JniObjectReference
- options
- JniObjectReferenceOptions
備註
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。