共用方式為


VarHandle.VarType Method

Definition

Returns the variable type of variables referenced by this VarHandle.

[Android.Runtime.Register("varType", "()Ljava/lang/Class;", "", ApiSince=33)]
public Java.Lang.Class? VarType ();
[<Android.Runtime.Register("varType", "()Ljava/lang/Class;", "", ApiSince=33)>]
member this.VarType : unit -> Java.Lang.Class

Returns

the variable type of variables referenced by this VarHandle

Attributes

Remarks

Java documentation for java.lang.invoke.VarHandle.varType().

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