Field.Type Property

Definition

Returns a Class object that identifies the declared type for the field represented by this Field object.

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

Property Value

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

Attributes

Remarks

Returns a Class object that identifies the declared type for the field represented by this Field object.

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