public static int nc_enddef(int ncid) /* lock (LockObject) */ {
{
    var r = NetCDFInterop.nc_enddef(ncid); return(r);
}
}