16

Is List a value type or a reference type?

2
  • 1
    bing.com/… gives you exactly the same gamedev.net/topic/… question on similar site... (As well as plenty of other links) Commented Apr 11, 2016 at 20:53
  • @AlexeiLevenkov,OMG,I did not see Commented Apr 11, 2016 at 20:55

3 Answers 3

37

List is a reference type since it's a class.

Sign up to request clarification or add additional context in comments.

Comments

10

List (a class) is a reference type. See:

Comments

2

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

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.