ParamBlockAst.Parameters Property

Definition

The asts for the parameters of the param statement.

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

Property Value

Applies to