Click or drag to resize

IViewCompilerCompileMap Method

Compiles source code into a MapDelegate.

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

Parameters

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

Return Value

Type: MapDelegate
A compiled MapDelegate.
See Also