Version

Function Method

Creates an function filter expression.
Syntax
public static FunctionFilterExpression Function( 
   FilterExpressionFunctionType func,
   params IFilterExpression[] args
)

Parameters

func
The function type to apply.
args
The arguments for the function.

Return Value

An expression that represents the result of the function call.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also