Represents a collection of NodeBase objects in the ExtendedTreeView control. This class cannot be inherited.

Namespace:  AltaVim.WinForms
Assembly:  AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0

Syntax

C#
public sealed class NodeCollection : CollectionBase
Visual Basic (Declaration)
Public NotInheritable Class NodeCollection _
	Inherits CollectionBase
Visual C++
public ref class NodeCollection sealed : public CollectionBase

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    AltaVim.WinForms..::.NodeCollection

See Also