Share via


AttributeAst.PositionalArguments Property

Definition

The asts for the attribute arguments specified positionally.

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

Property Value

Applies to