Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • But which List<T> you mean? You can't instantiate List<T>, so there is no List<T>. Commented Sep 8, 2020 at 9:32
  • 1
    @Omid.N um... yes you can (instantiate List<T>); it isn't abstract (are you thinking of Java? note the question has a C# tag, so I'm talking .NET here) Commented Sep 8, 2020 at 9:32
  • Ah! sorry I thought it is a java question. Commented Sep 8, 2020 at 9:33