IParameterizedType.RawType Property

Definition

Returns the raw type represented by this parameterized type.

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

Property Value

The raw type represented by this parameterized type.

Attributes

Remarks

Returns the Type object representing the raw type of this parameterized type.

Java documentation for java.lang.reflect.ParameterizedType.getRawType().

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