IBuildAssemblerData Property

This read-only property returns a dictionary that can be used to store information shared between build components.

Definition

Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
IDictionary<string, Object> Data { get; }

Property Value

IDictionaryString, Object

See Also