Microsoft.Z3.FuncInterp.Entry.IncRef C# (CSharp) Méthode

IncRef() private méthode

private IncRef ( IntPtr o ) : void
o System.IntPtr
Résultat void
            internal override void IncRef(IntPtr o)
            {
                Context.FuncEntry_DRQ.IncAndClear(Context, o);
                base.IncRef(o);
            }