Delegate NativeCallback<T>
Namespace: LiteCore.Interop
Assembly: Couchbase.Lite.dll
Syntax
public delegate T NativeCallback<out T>(C4ReadStream*s);
Parameters
| Type | Name | Description |
|---|---|---|
| LiteCore.Interop.C4ReadStream* | s |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |