Microsoft.Z3.ApplyResult.DecRefQueue.DecRef C# (CSharp) Méthode

DecRef() public méthode

public DecRef ( Context ctx, IntPtr obj ) : void
ctx Context
obj System.IntPtr
Résultat void
            public override void DecRef(Context ctx, IntPtr obj)
            {
                Native.Z3_apply_result_dec_ref(ctx.nCtx, obj);
            }
ApplyResult.DecRefQueue