Default implementation of the Node<(Of <(<'TNodeData, TLinkData>)>)> interface.
Namespace: Telerik.Windows.Diagrams.CoreAssembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.1.403.1050
Syntax
| C# |
|---|
public class Node<TNodeData, TLinkData> : INode<Node<TNodeData, TLinkData>, Edge<TNodeData, TLinkData>>
where TNodeData : new()
where TLinkData : new()
|
| Visual Basic |
|---|
Public Class Node(Of TNodeData As New, TLinkData As New) _
Implements INode(Of Node(Of TNodeData, TLinkData), Edge(Of TNodeData, TLinkData)) |
Type Parameters
- TNodeData
- The type of the payload.
- TLinkData
- The type of the link data.
Inheritance Hierarchy
See Also