© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
10 replies
Ronnie

Remove or overwrite single element of list of arrays

(not completely sure its called list of arrays)

Basically i have one of these:
List<string[]> blogPostList = new();

each post in the list has three elements like this:
string[] blogPost = new string[3];

If you look at the picture, I am trying to let the user "overwrite" the title, by first removing it with removeAt (and then just add new with blogPostList.Add(blogPost[index][0]);) but I cant find anywhere how to write the code for the removeAt? since i want to overwrite just index 0, and not all 3 index of the blogPost
image.png
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Remove list element
C#CC# / help
4y ago
❔ ✅ remove from list (RevitAPI)
C#CC# / help
4y ago
Use of inline arrays to model arrays of structs
C#CC# / help
6mo ago