CBForest.Native._c4indexer_end C# (CSharp) Method

_c4indexer_end() private method

private _c4indexer_end ( C4Indexer indexer, [ commit, C4Error outError ) : bool
indexer C4Indexer
commit [
outError C4Error
return bool
        private static extern bool _c4indexer_end(C4Indexer *indexer, [MarshalAs(UnmanagedType.U1)]bool commit, C4Error *outError);
Native