CBForest.Native._c4doc_get C# (CSharp) Method

_c4doc_get() private method

private _c4doc_get ( C4Database db, C4Slice docID, [ mustExist, C4Error outError ) : C4Document*
db C4Database
docID C4Slice
mustExist [
outError C4Error
return C4Document*
        private static extern C4Document* _c4doc_get(C4Database *db, C4Slice docID, [MarshalAs(UnmanagedType.U1)]bool mustExist, 
            C4Error *outError);
Native