ProjectElementContainer.ChildrenReversed 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.
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.