I am new to C# and I want somthing that works like this in C++
#define PointCloud List<PointData>
wherer PointData is a small class which contains some data about a point and List is the generic List.
Greetings
//edit: PS: Is there a name for the thing I am searching? If there is one, please tell me.