MethodHandles.Lookup.In(Class) Method

Definition

[Android.Runtime.Register("in", "(Ljava/lang/Class;)Ljava/lang/invoke/MethodHandles$Lookup;", "", ApiSince=26)]
public Java.Lang.Invoke.MethodHandles.Lookup In (Java.Lang.Class requestedLookupClass);
[<Android.Runtime.Register("in", "(Ljava/lang/Class;)Ljava/lang/invoke/MethodHandles$Lookup;", "", ApiSince=26)>]
member this.In : Java.Lang.Class -> Java.Lang.Invoke.MethodHandles.Lookup

Parameters

requestedLookupClass
Class

Returns

Attributes

Remarks

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