ProjectElementContainer.ChildrenReversed Property

Definition

Get enumerable over all the children, starting from the last

public:
 property System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectElement ^> ^ ChildrenReversed { System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectElement ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectElement> ChildrenReversed { get; }
member this.ChildrenReversed : System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectElement>
Public ReadOnly Property ChildrenReversed As ICollection(Of ProjectElement)

Property Value

All child elements, starting from the last child.

Applies to