Build2014.Csharp6.PointJson.Point C# (CSharp) Method

Point() private method

private Point ( x y ) : Newtonsoft.Json.Linq
y x
return Newtonsoft.Json.Linq
                ? new Point(x, y)
                : null
                into p