The interface that models an observable tree-like hierarchy.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public interface IHierarchy<T> : ILookup
where T : class
Visual Basic
Public Interface IHierarchy(Of T As Class) _
	Inherits ILookup

Type Parameters

T
The type of the items in the hierarchy.

See Also