XmlCommentsFileCollection Class
Definition
- Namespace
- Sandcastle.Core.BuildEngine
- Assembly
- Sandcastle.Core.dll
This collection class is used to hold the XML comments files during the build process
public class XmlCommentsFileCollection : BindingList<XmlCommentsFile>, IList<XmlCommentsFile>, ICollection<XmlCommentsFile>, IReadOnlyList<XmlCommentsFile>, IReadOnlyCollection<XmlCommentsFile>, IEnumerable<XmlCommentsFile>, IBindingList, IList, ICollection, IEnumerable, ICancelAddNew, IRaiseItemChangedEvents
- Inheritance
-
XmlCommentsFileCollection
- Implements