Show / Hide Table of Contents

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