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