Table of Contents

Constructor Coalesce

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

Coalesce(IEnumerable<IElement>)

Initializes a new instance of COALESCE with a collection of elements.

public Coalesce(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The elements to evaluate for the first non-null value.