| ComponentConfigurationDictionary Constructor |
Default constructor
Namespace: SandcastleBuilder.Utils.BuildComponentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public ComponentConfigurationDictionary(
SandcastleProject project
)
Public Sub New (
project As SandcastleProject
)
public:
ComponentConfigurationDictionary(
SandcastleProject^ project
)
new :
project : SandcastleProject -> ComponentConfigurationDictionary
Parameters
- project
- Type: SandcastleBuilder.UtilsSandcastleProject
The project that owns the collection
See Also