Compartilhar via


IObjectCreationOperation.Arguments Propriedade

Definição

Argumentos da criação do objeto, excluindo o argumento da instância. Os argumentos estão em ordem de avaliação.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Operations::IArgumentOperation ^> Arguments { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Operations::IArgumentOperation ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Operations.IArgumentOperation> Arguments { get; }
member this.Arguments : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Operations.IArgumentOperation>
Public ReadOnly Property Arguments As ImmutableArray(Of IArgumentOperation)

Valor da propriedade

Comentários

Se a invocação estiver em sua forma expandida, os argumentos params/ParamArray serão coletados em matrizes. Os valores padrão são fornecidos para argumentos opcionais ausentes na origem.

Aplica-se a