summaryT:DotNetNuke.UI.WebControls.XmlCollectionBase

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

Syntax

C#
public abstract class XmlCollectionBase : ICollection, 
	IList, IEnumerable
Visual Basic
Public MustInherit Class XmlCollectionBase
	Implements ICollection, IList, IEnumerable

Inheritance Hierarchy

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

See Also