Executable.IsVarArgs Property

Definition

Returns true if this executable was declared to take a variable number of arguments; returns false otherwise.

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

Property Value

true if an only if this executable was declared to take a variable number of arguments.

Attributes

Remarks

Returns true if this executable was declared to take a variable number of arguments; returns false otherwise.

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

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