Table of Contents

Constructor Function

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

Function(FunctionType)

public Function(FunctionType functionType)

Parameters

functionType FunctionType

Function(FunctionType, IElement)

public Function(FunctionType functionType, IElement element)

Parameters

functionType FunctionType
element IElement

Function(FunctionType, IEnumerable<IElement>)

public Function(FunctionType functionType, IEnumerable<IElement> elements)

Parameters

functionType FunctionType
elements IEnumerable<IElement>

Function(FunctionType, params IElement[])

public Function(FunctionType functionType, params IElement[] elements)

Parameters

functionType FunctionType
elements IElement[]