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
elementsIEnumerable<IElement>The string elements to concatenate together.