Iterates the root items in the hierarchical collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public IEnumerable<TaskItem> GetRoots()
Visual Basic (Declaration)
Public Function GetRoots As IEnumerable(Of TaskItem)

See Also