MethodReturnMessageWrapper.HasVarArgs Propriedade

Definição

Obtém um sinalizador que indica se o método pode aceitar um número variável de argumentos.Gets a flag that indicates whether the method can accept a variable number of arguments.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Valor da propriedade

Boolean

true Se o método puder aceitar um número variável de argumentos; caso contrário, false .true if the method can accept a variable number of arguments; otherwise, false.

Implementações

Atributos

Comentários

O método pertence a um objeto remoto.The method belongs to a remote object.

Aplica-se a