Constructor Length
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
Length(IElement)
Initializes a new instance of LENGTH for a single element.
public Length(IElement element)
Parameters
elementIElementThe string element to measure.
Length(IEnumerable<IElement>)
Initializes a new instance of LENGTH for multiple elements.
public Length(IEnumerable<IElement> elements)
Parameters
elementsIEnumerable<IElement>The string elements to measure.