Parameter.ParameterizedType Property

Definition

Returns a Type object that identifies the parameterized type for the parameter represented by this Parameter object.

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

Property Value

a Type object identifying the parameterized type of the parameter represented by this object

Attributes

Remarks

Returns a Type object that identifies the parameterized type for the parameter represented by this Parameter object.

Java documentation for java.lang.reflect.Parameter.getParameterizedType().

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