This collection class is used to hold the namespace summary items for a project.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0

Syntax

C#
public class NamespaceSummaryItemCollection : BindingList<NamespaceSummaryItem>
Visual Basic
Public Class NamespaceSummaryItemCollection _
	Inherits BindingList(Of NamespaceSummaryItem)

Remarks

Namespaces that appear in the assemblies but not in this list are documented by default and will appear without a namespace summary.

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'NamespaceSummaryItem>)>)>
    System.ComponentModel..::..BindingList<(Of <(<'NamespaceSummaryItem>)>)>
      SandcastleBuilder.Utils..::..NamespaceSummaryItemCollection

See Also