ArgumentListSyntax.Arguments Proprietà

Definizione

Elenco di argomenti. Potrebbe essere vuoto. L'argomento omesso è rappresentato da un nodo OmittedArgumentSyntax.

public:
 property Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::ArgumentSyntax ^> Arguments { Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::ArgumentSyntax ^> get(); };
public Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.ArgumentSyntax> Arguments { get; }
member this.Arguments : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.ArgumentSyntax>
Public ReadOnly Property Arguments As SeparatedSyntaxList(Of ArgumentSyntax)

Valore della proprietà

Commenti

Se non è presente alcun elemento, viene restituito un elenco vuoto.

Si applica a