using System; using System.Collections.Generic; public class GenericVector { public TX X { get; set; } public TY Y { get; set; } }