InvokeMemberExpressionAst.Arguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)