Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

combine two lists c#

List<string> a = new List<string>();
List<string> b = new List<string>();

a.AddRange(b);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #combine #lists
ADD COMMENT
Topic
Name
3+4 =