This collection class is used to hold the conceptual content code snippet information for an associated code snippets file.

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

Syntax

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

Inheritance Hierarchy

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

See Also