Table of Contents

Constructor Concat

Namespace
YndigoBlue.Velocity.Functions
Assembly
YndigoBlue.Velocity.dll

Concat(IEnumerable<IElement>)

Initializes a new instance of CONCAT with multiple elements to concatenate.

public Concat(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The string elements to concatenate together.