ErrorExpressionAst.NestedAst Property

Definition

Sometimes a valid ast is parsed successfully within the extent that this error expression represents. Those asts are contained in this collection. This collection may contain other error asts. This collection may be null when no asts were successfully constructed within the extent of this error ast.

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

Property Value

Applies to