TopicTransformationCoreAddTransformationArgumentRange Method
Add a range of new transformation arguments
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void AddTransformationArgumentRange(
IEnumerable<TransformationArgument> arguments
)
Public Sub AddTransformationArgumentRange (
arguments As IEnumerable(Of TransformationArgument)
)
public:
void AddTransformationArgumentRange(
IEnumerable<TransformationArgument^>^ arguments
)
member AddTransformationArgumentRange :
arguments : IEnumerable<TransformationArgument> -> unit
Parameters
- arguments IEnumerableTransformationArgument
- An enumerable list of the transformation arguments to add
ArgumentException | This is thrown if a transformation argument already exists for
any of the new argument names. |