SyntaxFix
Write A Post
Hire A Developer
Questions
It's possible to have a property of type List<T> but your class needs to be passed the T too.
List<T>
T
public class ClassName<T> { public List<T> MyProperty { get; set; } }