Share via


MethodType.DescriptorString Method

Definition

Returns a descriptor string for this method type.

[Android.Runtime.Register("descriptorString", "()Ljava/lang/String;", "", ApiSince=34)]
public string DescriptorString ();
[<Android.Runtime.Register("descriptorString", "()Ljava/lang/String;", "", ApiSince=34)>]
abstract member DescriptorString : unit -> string
override this.DescriptorString : unit -> string

Returns

the descriptor string for this method type

Implements

Attributes

Remarks

Returns a descriptor string for this method type.

If this method type can be described nominally, then the result is a method type descriptor (JVMS {

Added in 12.

Java documentation for java.lang.invoke.MethodType.descriptorString().

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