Share via


Parameter.Type Property

Definition

Returns a Class object that identifies the declared type for the parameter represented by this Parameter object.

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

Property Value

a Class object identifying the declared type of the parameter represented by this object

Attributes

Remarks

Returns a Class object that identifies the declared type for the parameter represented by this Parameter object.

Java documentation for java.lang.reflect.Parameter.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