TopicTransformationCoreTransformationArguments Property

This read-only property returns a dictionary used to contain transformation arguments used by the presentation style

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public IReadOnlyDictionary<string, TransformationArgument> TransformationArguments { get; }

Property Value

IReadOnlyDictionaryString, TransformationArgument

See Also