public class TreeNodeCollection : List<TreeNode>
Public Class TreeNodeCollection Inherits List(Of TreeNode)
The TreeNodeCollection type exposes the following members.