IAstToWorkflowConverter.ValidateAst(FunctionDefinitionAst) Method

Definition

public:
 System::Collections::Generic::List<System::Management::Automation::Language::ParseError ^> ^ ValidateAst(System::Management::Automation::Language::FunctionDefinitionAst ^ ast);
public System.Collections.Generic.List<System.Management.Automation.Language.ParseError> ValidateAst (System.Management.Automation.Language.FunctionDefinitionAst ast);
abstract member ValidateAst : System.Management.Automation.Language.FunctionDefinitionAst -> System.Collections.Generic.List<System.Management.Automation.Language.ParseError>
Public Function ValidateAst (ast As FunctionDefinitionAst) As List(Of ParseError)

Parameters

Returns

Applies to