MethodCallMessageWrapper.HasVarArgs 属性
定义
获取一个值,该值指示该方法是否接受数目可变的参数。Gets a value indicating whether the method can accept a variable number of arguments.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual property bool HasVarArgs { bool get(); };
public virtual bool HasVarArgs { get; }
[get: System.Security.SecurityCritical]
public virtual bool HasVarArgs { get; }
member this.HasVarArgs : bool
[<get: System.Security.SecurityCritical>]
member this.HasVarArgs : bool
Public Overridable ReadOnly Property HasVarArgs As Boolean
属性值
如果该方法可以接受数目可变的参数,则为 true;否则为 false。true if the method can accept a variable number of arguments; otherwise, false.
实现
- 属性
注解
方法属于远程对象。The method belongs to a remote object.