Table of Contents

Constructor All

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

All(IElement)

Initializes a new instance of ALL for a single element.

public All(IElement element)

Parameters

element IElement

The element (typically a subquery) to test against.

All(IEnumerable<IElement>)

Initializes a new instance of ALL for multiple elements.

public All(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The elements to test against.