This collection class is used to hold the table of contents entries for additional content items.

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

Syntax

C#
public class TocEntryCollection : BindingList<TocEntry>, 
	ITableOfContents
Visual Basic
Public Class TocEntryCollection _
	Inherits BindingList(Of TocEntry) _
	Implements ITableOfContents

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'TocEntry>)>)>
    System.ComponentModel..::..BindingList<(Of <(<'TocEntry>)>)>
      SandcastleBuilder.Utils.ConceptualContent..::..TocEntryCollection

See Also