Microsoft.Z3.Solver.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_solver_dec_ref(ctx.nCtx, obj);
            }
Solver.DecRefQueue