Microsoft.Z3.ASTVector.ToString C# (CSharp) Method

ToString() public method

Retrieves a string representation of the vector.
public ToString ( ) : string
return string
        public override string ToString()
        {
            return Native.Z3_ast_vector_to_string(Context.nCtx, NativeObject);
        }