ReturnMessage.HasVarArgs 属性

定义

获取一个值,该值指示调用的方法是否接受可变数量的参数。

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

属性值

true 如果调用的方法接受可变数量的参数,则为 ;否则,为 false.

实现

属性

适用于