This collection class is used to hold the help index keyword items for
a project.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0
Syntax
| C# |
|---|
[SerializableAttribute] public class MSHelpKeywordCollection : BindingList<MSHelpKeyword> |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class MSHelpKeywordCollection _ Inherits BindingList(Of MSHelpKeyword) |
Inheritance Hierarchy
System..::..Object
System.Collections.ObjectModel..::..Collection<(Of <(<'MSHelpKeyword>)>)>
System.ComponentModel..::..BindingList<(Of <(<'MSHelpKeyword>)>)>
SandcastleBuilder.Utils..::..MSHelpKeywordCollection
System.Collections.ObjectModel..::..Collection<(Of <(<'MSHelpKeyword>)>)>
System.ComponentModel..::..BindingList<(Of <(<'MSHelpKeyword>)>)>
SandcastleBuilder.Utils..::..MSHelpKeywordCollection