| ApiFilterCollection Constructor |
Constructor
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public ApiFilterCollection(
SandcastleProject project
)
Public Sub New (
project As SandcastleProject
)
public:
ApiFilterCollection(
SandcastleProject^ project
)
new :
project : SandcastleProject -> ApiFilterCollection
Parameters
- project
- Type: SandcastleBuilder.UtilsSandcastleProject
The project that owns the collection
Remarks Child collections do not contain a reference to the
project file.
See Also