Click or drag to resize

EmitDelegate Delegate

A delegate that can be invoked to add key/values to a View during a MapDelegate call.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public delegate void EmitDelegate(
	Object key,
	Object value
)

Parameters

key
Type: SystemObject
The key.
value
Type: SystemObject
The value.
See Also