SyntaxFix
Write A Post
Hire A Developer
Questions
You could do this but the T generic parameter needs to be declared at the containing class:
T
public class Foo<T> { public List<T> NewList { get; set; } }