Microsoft.Z3.Fixedpoint.DecRefQueue.IncRef C# (CSharp) Méthode

IncRef() public méthode

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