RhinoCommon. Intersection between two lines

I have it already solved

ptoInt = Rhino.Geometry.Intersect.Intersection.LineLine(linea_1, linea_2) linea_1.PointAt(ptoInt[1])

thank David