CBForest.Native.c4view_getTotalRows C# (CSharp) Method

c4view_getTotalRows() private method

private c4view_getTotalRows ( C4View view ) : ulong
view C4View
return ulong
        public static extern ulong c4view_getTotalRows(C4View *view);
Native