JavaObjectArray<T> Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | 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>
Parámetros
- value
- IEnumerable<T>
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
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>
Parámetros
- value
- IList<T>
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
JavaObjectArray<T>(Int32)
public JavaObjectArray(int length);
new Java.Interop.JavaObjectArray<'T> : int -> Java.Interop.JavaObjectArray<'T>
Parámetros
- length
- Int32
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
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>
Parámetros
- handle
- JniObjectReference
- options
- JniObjectReferenceOptions
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.