'Declaration Public Function New( _ ByVal x As T, _ ByVal y As T _ )
public Point<T>( T x, T y )
Point<T> Structure Point<T> Members