Microsoft.Z3.AST.AST C# (CSharp) Method

AST() private method

private AST ( Context ctx ) : System
ctx Context
return System
        internal AST(Context ctx)
            : base(ctx)
        {
            Contract.Requires(ctx != null);
        }

Same methods

AST::AST ( Context ctx, IntPtr obj ) : System