Parameter.IsImplicit Property

Definition

Returns true if this parameter is implicitly declared in source code; returns false otherwise.

public bool IsImplicit { [Android.Runtime.Register("isImplicit", "()Z", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isImplicit", "()Z", "", ApiSince=26)>]
member this.IsImplicit : bool

Property Value

true if and only if this parameter is implicitly declared as defined by <cite>The Java&trade; Language Specification</cite>.

Attributes

Remarks

Returns true if this parameter is implicitly declared in source code; returns false otherwise.

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

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