Topic Transformation CoreAdd Transformation Argument Range Method
Add a range of new transformation arguments
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public void AddTransformationArgumentRange(
IEnumerable<TransformationArgument> arguments
)VB
Public Sub AddTransformationArgumentRange (
arguments As IEnumerable(Of TransformationArgument)
)C++
public:
void AddTransformationArgumentRange(
IEnumerable<TransformationArgument^>^ arguments
)F#
member AddTransformationArgumentRange :
arguments : IEnumerable<TransformationArgument> -> unit Parameters
- arguments IEnumerableTransformationArgument
- 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. |