InvokeMemberExpressionAst.Arguments Property

Definition

The non-empty collection of arguments to pass when invoking the method, or null if no arguments were specified.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::ExpressionAst ^> ^ Arguments { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::ExpressionAst ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.ExpressionAst> Arguments { get; }
member this.Arguments : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.ExpressionAst>
Public ReadOnly Property Arguments As ReadOnlyCollection(Of ExpressionAst)

Property Value

Applies to