Class.ArrayType Method

Definition

Returns a Class for an array type whose component type is described by this Class.

[Android.Runtime.Register("arrayType", "()Ljava/lang/Class;", "", ApiSince=34)]
public Java.Lang.Object ArrayType ();
[<Android.Runtime.Register("arrayType", "()Ljava/lang/Class;", "", ApiSince=34)>]
abstract member ArrayType : unit -> Java.Lang.Object
override this.ArrayType : unit -> Java.Lang.Object

Returns

a Class describing the array type

Implements

Attributes

Remarks

Returns a Class for an array type whose component type is described by this Class.

Added in 12.

Java documentation for java.lang.Class.arrayType().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to