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