Microsoft.Z3.Fixedpoint.DecRefQueue.IncRef C# (CSharp) Method

IncRef() public method

public IncRef ( Context ctx, IntPtr obj ) : void
ctx Context
obj System.IntPtr
return void
            public override void IncRef(Context ctx, IntPtr obj)
            {
                Native.Z3_fixedpoint_inc_ref(ctx.nCtx, obj);
            }
Fixedpoint.DecRefQueue