TreeNodeCollection Class

A collection of TreeNodes

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public class TreeNodeCollection : ActiveList<TreeNode>
Public Class TreeNodeCollection _
	Inherits ActiveList(Of TreeNode)
public ref class TreeNodeCollection : public ActiveList<TreeNode^>

Inheritance Hierarchy


ActiveList<(Of <(<'TreeNode>)>)>
  Squid..::..TreeNodeCollection