IGenericArrayType.GenericComponentType Propiedad

Definición

Devuelve el tipo de componente de esta matriz.

public Java.Lang.Reflect.IType GenericComponentType { [Android.Runtime.Register("getGenericComponentType", "()Ljava/lang/reflect/Type;", "GetGetGenericComponentTypeHandler:Java.Lang.Reflect.IGenericArrayTypeInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("getGenericComponentType", "()Ljava/lang/reflect/Type;", "GetGetGenericComponentTypeHandler:Java.Lang.Reflect.IGenericArrayTypeInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.GenericComponentType : Java.Lang.Reflect.IType

Valor de propiedad

Objeto Type que representa el tipo de componente de esta matriz.

Atributos

Excepciones

si el tipo de componente apunta a un tipo que falta

si el tipo de componente apunta a un tipo que no se puede crear una instancia por algún motivo

Comentarios

Devuelve un Type objeto que representa el tipo de componente de esta matriz.

Java documentación para java.lang.reflect.GenericArrayType.getGenericComponentType().

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