Microsoft.Z3.FuncInterp.DecRefQueue.DecRef C# (CSharp) Method

DecRef() public method

public DecRef ( Context ctx, IntPtr obj ) : void
ctx Context
obj System.IntPtr
return void
            public override void DecRef(Context ctx, IntPtr obj)
            {
                Native.Z3_func_interp_dec_ref(ctx.nCtx, obj);
            }
FuncInterp.DecRefQueue