This collection class is used to hold the additional content file editor definitions.

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

Syntax

C#
[SerializableAttribute]
public class ContentFileEditorCollection : BindingList<ContentFileEditor>
Visual Basic
<SerializableAttribute> _
Public Class ContentFileEditorCollection _
	Inherits BindingList(Of ContentFileEditor)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'ContentFileEditor>)>)>
    System.ComponentModel..::..BindingList<(Of <(<'ContentFileEditor>)>)>
      SandcastleBuilder.Utils.Design..::..ContentFileEditorCollection

See Also