ClassTwig<TNode, TLink>
Class
Data bucket similar to a TreeNode<TNode> but based on a link rather than a parent property.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Type Parameters:
TNode
The type of the node.
TLink
The type of the link.
Syntax:
cs-api-definition
public class Twig<TNode, TLink>
Inheritance: objectTwig<TNode, TLink>
Constructors
Twig()
Initializes a new instance of the Twig<TNode, TLink> class.
Declaration
cs-api-definition
public Twig()
Twig(TNode, TLink)
Initializes a new instance of the Twig<TNode, TLink> class.
Declaration
cs-api-definition
public Twig(TNode node, TLink link)
Parameters
node
TNode
The node.
link
TLink
The link.