Represents operator op_Addition(Vector<T>,Vector<T>).
public class operator Add(const left, right: Vector<T>): Vector<T>; inline;