Show / Hide Table of Contents

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX