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.

Coalesce(params IElement[])

Initializes a new instance of COALESCE with a variable number of elements.

public Coalesce(params IElement[] elements)

Parameters

elements IElement[]

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