Class Point<T>
Represents a point with data.
public class Point<T> : Point
Type Parameters
T
- Inheritance
-
Point<T>
- Inherited Members
Constructors
Point()
public Point()
Properties
Data
The data associated with the point.
public T Data { get; set; }
Property Value
- T