TopicTransformationCore.AddTransformationArgumentRange Method
Definition
- Assembly
- Sandcastle.Core.dll
Add a range of new transformation arguments
public void AddTransformationArgumentRange(IEnumerable<TransformationArgument> arguments)
Parameters
argumentsIEnumerable<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.