Parameter.DeclaringExecutable Property

Definition

Return the Executable which declares this parameter.

public Java.Lang.Reflect.Executable DeclaringExecutable { [Android.Runtime.Register("getDeclaringExecutable", "()Ljava/lang/reflect/Executable;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getDeclaringExecutable", "()Ljava/lang/reflect/Executable;", "", ApiSince=26)>]
member this.DeclaringExecutable : Java.Lang.Reflect.Executable

Property Value

The Executable declaring this parameter.

Attributes

Remarks

Return the Executable which declares this parameter.

Java documentation for java.lang.reflect.Parameter.getDeclaringExecutable().

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