| TocEntry Constructor |
Constructor
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public TocEntry(
IBasePathProvider basePathProvider
)
Public Sub New (
basePathProvider As IBasePathProvider
)
public:
TocEntry(
IBasePathProvider^ basePathProvider
)
new :
basePathProvider : IBasePathProvider -> TocEntry
Parameters
- basePathProvider
- Type: SandcastleBuilder.UtilsIBasePathProvider
The base path provider
See Also