Is List a value type or a reference type?
-
1bing.com/… gives you exactly the same gamedev.net/topic/… question on similar site... (As well as plenty of other links)Alexei Levenkov– Alexei Levenkov2016-04-11 20:53:15 +00:00Commented Apr 11, 2016 at 20:53
-
@AlexeiLevenkov,OMG,I did not seebehnam– behnam2016-04-11 20:55:37 +00:00Commented Apr 11, 2016 at 20:55
Add a comment
|
3 Answers
the List is a class so it reference type
this class is Generic Class, you declare list of items the item type can be value type and reference type