This collection class is used to hold the API filter entries for MRefBuilder to remove.

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

Syntax

C#
public class ApiFilterCollection : BindingList<ApiFilter>, 
	ICloneable
Visual Basic
Public Class ApiFilterCollection _
	Inherits BindingList(Of ApiFilter) _
	Implements ICloneable

Remarks

Note
Unlike other collections in the project, this one is cleared and rebuilt if it changes. As such, the contained items do not notify the project when they change as they are created anew each time the collection is rebuilt.

Inheritance Hierarchy

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

See Also