Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7729751
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:03:06+00:00 2026-06-01T06:03:06+00:00

Is System.Collections.Generic.List<T> a type of linked list (not the LinkedList<T> class) ? A linked

  • 0

Is System.Collections.Generic.List<T> a type of linked list(not the LinkedList<T> class)?

A linked list is a data structure consisting of a group of nodes which together represent a sequence. Under the simplest form, each node is composed of a datum and a reference (in other words, a link) to the next node in the sequence.

Linear Linked List
A linked list whose nodes contain two fields: an integer value and a link to the next node.
The last node is linked to a terminator used to signify the end of the list.

wikipedia.org

If it is, what kind of linked list is it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T06:03:07+00:00Added an answer on June 1, 2026 at 6:03 am

    No, List<T> is backed by an array – it’s essentially a generic version of ArrayList from .NET 1.0. From the docs:

    The List<T> class is the generic equivalent of the ArrayList class. It implements the IList<T> generic interface using an array whose size is dynamically increased as required.

    Note that due to being backed by an array, its access via indexers is O(1) as opposed to the O(N) for a linked list.

    If you want a linked list, use LinkedList<T>. Note that this is a doubly-linked list. I don’t believe .NET exposes a singly-linked list type.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Why can you not cast a object which at runtime has type object {System.Collections.Generic.List<string[]>}
good stuff // ok to alias a List Type using AliasStringList = System.Collections.Generic.List<string>; //
Unable to cast object type System.Collections.Generic.List 1[NorthwindMVC3.Models.Product] to the type ofSystem.Collections.Generic.IEnumerator 1[NorthwindMVC3.Models.Product].\ public IEnumerator<Product>
I am getting this error. Error 1 Cannot implicitly convert type 'System.Collections.Generic.List<ModelBase.IModel>' to 'System.Collections.Generic.List<ModelBase.User>'
[A]System.Collections.Generic.Dictionary 2[System.String,System.Collections.Generic.List 1[DisplayAllQuestionsTable]] cannot be cast to [B]System.Collections.Generic.Dictionary 2[System.String,System.Collections.Generic.List 1[DisplayAllQuestionsTable]]. Type A originates from
I have this error: Cannot implicitly convert type 'System.Collections.Generic.List' to 'System.Collections.Generic.List' For the following
I get an error of Cannot convert object of type System.String' to type 'System.Collections.Generic.List'1[...+ContactHolder]'
Why do I get this error message: Cannot implicitly convert type 'System.Collections.Generic.IEnumerable' to 'System.Collections.Generic.List'
Consider this generic class: class TList<T> : System.Collections.Generic.List<T> { } I have another generic
Error Cannot implicitly convert type 'string[]' to 'System.Collections.Generic.List<string>' The above error is caused when

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.