Table of Contents

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

element IElement

The string element to measure.

Length(IEnumerable<IElement>)

Initializes a new instance of LENGTH for multiple elements.

public Length(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The string elements to measure.