Table of Contents

IBuildAssembler.Data Property

Definition

Namespace
Sandcastle.Core.BuildAssembler
Assembly
Sandcastle.Core.dll

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

IDictionary<string, object> Data { get; }

Property Value

IDictionary<string, object>