This collection class is used to hold the conceptual content topics for a project.

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

Syntax

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

Remarks

This class is serializable so that it can be copied to the clipboard.

Inheritance Hierarchy

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

See Also