Share via


RecordComponent.Type Property

Definition

Returns a Class that identifies the declared type for this record component.

public Java.Lang.Class Type { [Android.Runtime.Register("getType", "()Ljava/lang/Class;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getType", "()Ljava/lang/Class;", "", ApiSince=34)>]
member this.Type : Java.Lang.Class

Property Value

a Class identifying the declared type of the component represented by this record component

Attributes

Remarks

Returns a Class that identifies the declared type for this record component.

Java documentation for java.lang.reflect.RecordComponent.getType().

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