Executable.IsSynthetic Property

Definition

Returns true if this executable is a synthetic construct; returns false otherwise.

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

Property Value

true if and only if this executable is a synthetic construct as defined by <cite>The Java&trade; Language Specification</cite>.

Implements

Attributes

Remarks

Returns true if this executable is a synthetic construct; returns false otherwise.

Java documentation for java.lang.reflect.Executable.isSynthetic().

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