TopicTransformationCoreAddTransformationArgumentRange Method

Add a range of new transformation arguments

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void AddTransformationArgumentRange(
	IEnumerable<TransformationArgument> arguments
)

Parameters

arguments  IEnumerableTransformationArgument
An enumerable list of the transformation arguments to add

Exceptions

ArgumentExceptionThis is thrown if a transformation argument already exists for any of the new argument names.

See Also