FunctionMemberAst.Parameters 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 parameters specified immediately after the function name. This property is never null.
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)