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
elementsIEnumerable<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
elementsIElement[]The elements to evaluate for the first non-null value.