Operator operator + NamespaceTerminal.Gui AssemblyTerminal.Gui.dll operator +(Pos, Pos) Adds a Pos to a Pos, yielding a new Pos. public static Pos operator +(Pos left, Pos right) Parameters left Pos The first Pos to add. right Pos The second Pos to add. Returns Pos The Pos that is the sum of the values of left and right.