This collection class is used to hold build items from a project.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'FileItem>)>)>
    System.ComponentModel..::..BindingList<(Of <(<'FileItem>)>)>
      SandcastleBuilder.Utils..::..FileItemCollection

See Also