AttributeAst.NamedArguments Property

Definition

The asts for the named attribute arguments.

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

Property Value

Applies to