Are arrays of value types cosidered reference types themselves?
e.g., considering:
int [] array = new int[10];
is 'array' a reference type or a value type?
Thanks.
stephen
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: Are all arrays reference types?Threaded View
|
Click Here to Expand Forum to Full Width |