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
elementIElementThe 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
elementsIEnumerable<IElement>The elements to test against.