DotNetNuke 5.2

Namespace:  DotNetNuke.Common.Lists
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
[SerializableAttribute]
public class ListEntryInfoCollection : CollectionBase
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ListEntryInfoCollection _
	Inherits CollectionBase
Visual C++
[SerializableAttribute]
public ref class ListEntryInfoCollection : public CollectionBase

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    DotNetNuke.Common.Lists..::.ListEntryInfoCollection

See Also