Share via


VarHandle.CoordinateTypes Method

Definition

Returns the coordinate types for this VarHandle.

[Android.Runtime.Register("coordinateTypes", "()Ljava/util/List;", "", ApiSince=33)]
public System.Collections.Generic.IList<Java.Lang.Class>? CoordinateTypes ();
[<Android.Runtime.Register("coordinateTypes", "()Ljava/util/List;", "", ApiSince=33)>]
member this.CoordinateTypes : unit -> System.Collections.Generic.IList<Java.Lang.Class>

Returns

the coordinate types for this VarHandle. The returned list is unmodifiable

Attributes

Remarks

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

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