Parameter.IsVarArgs Property

Definition

Returns true if this parameter represents a variable argument list; returns false otherwise.

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

Property Value

true if an only if this parameter represents a variable argument list.

Attributes

Remarks

Returns true if this parameter represents a variable argument list; returns false otherwise.

Java documentation for java.lang.reflect.Parameter.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