A collection of elements of type TestTreeNode

Namespace:  MbUnit.Core.Remoting
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
[SerializableAttribute]
public class TestTreeNodeCollection : ICollection, 
	IEnumerable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class TestTreeNodeCollection _
	Implements ICollection, IEnumerable

Inheritance Hierarchy

System..::.Object
  MbUnit.Core.Remoting..::.TestTreeNodeCollection

See Also