A basic implementation of the IHierarchy<(Of <(<'T>)>)> interface.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public class DefaultHierarchy<T> : IHierarchy<T>, ILookup, IEnumerable<T>, IEnumerable where T : class |
| Visual Basic |
|---|
Public Class DefaultHierarchy(Of T As Class) _ Implements IHierarchy(Of T), ILookup, IEnumerable(Of T), _ IEnumerable |
Type Parameters
- T
- The type of the elements in the hierarchy.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.UI.Model..::..DefaultHierarchy<(Of <(<'T>)>)>
yWorks.yFiles.UI.Model..::..DefaultHierarchy<(Of <(<'T>)>)>