Table of Contents

TopicTransformationCore.AddTransformationArgumentRange Method

Definition

Namespace
Sandcastle.Core.PresentationStyle.Transformation
Assembly
Sandcastle.Core.dll

Add a range of new transformation arguments

public void AddTransformationArgumentRange(IEnumerable<TransformationArgument> arguments)

Parameters

arguments IEnumerable<TransformationArgument>

An enumerable list of the transformation arguments to add

Exceptions

ArgumentException

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