ReturnMessage.HasVarArgs Property

Definition

Gets a value indicating whether the called method accepts a variable number of arguments.

public:
 property bool HasVarArgs { bool get(); };
public bool HasVarArgs { get; }
public bool HasVarArgs { [System.Security.SecurityCritical] get; }
member this.HasVarArgs : bool
[<get: System.Security.SecurityCritical>]
member this.HasVarArgs : bool
Public ReadOnly Property HasVarArgs As Boolean

Property Value

true if the called method accepts a variable number of arguments; otherwise, false.

Implements

Attributes

Applies to