Click or drag to resize

IViewCompilerCompileReduce Method

Compiles source code into a ReduceDelegate.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
ReduceDelegate CompileReduce(
	string source,
	string language
)

Parameters

source
Type: SystemString
The source code to compile into a ReduceDelegate.
language
Type: SystemString
The language of the source.

Return Value

Type: ReduceDelegate
A compiled ReduceDelegate.
See Also