This collection class is used to hold the XML comments files during the build process

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0

Syntax

C#
public class XmlCommentsFileCollection : BindingList<XmlCommentsFile>
Visual Basic
Public Class XmlCommentsFileCollection
	Inherits BindingList(Of XmlCommentsFile)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'XmlCommentsFile>)>)>
    System.ComponentModel..::..BindingList<(Of <(<'XmlCommentsFile>)>)>
      SandcastleBuilder.Utils.BuildEngine..::..XmlCommentsFileCollection

See Also