This collection class is used to hold the conceptual content tokens for an associated token file.

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

Syntax

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

Inheritance Hierarchy

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

See Also