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