The interface that models an observable tree-like hierarchy.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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.