DotNetNuke 5.2

Namespace:  DotNetNuke.UI.WebControls
Assembly:  DotNetNuke.WebControls (in DotNetNuke.WebControls.dll) Version: 2.2.0.7

Syntax

C#
public abstract class XmlCollectionBase : ICollection, 
	IList, IEnumerable
Visual Basic (Declaration)
Public MustInherit Class XmlCollectionBase _
	Implements ICollection, IList, IEnumerable
Visual C++
public ref class XmlCollectionBase abstract : ICollection, 
	IList, IEnumerable

Inheritance Hierarchy

System..::.Object
  DotNetNuke.UI.WebControls..::.XmlCollectionBase
    DotNetNuke.UI.WebControls..::.DNNNodeCollection

See Also