4
4
441bed98-4948-48de-b87f-52016-05-06 21:29:45
.NET
441bed98-4948-48de-b87f-5, 2016-05-06 21:29:45

How are elements of a value type stored in a C# array?

When a value type is stored in an array, the elements of the array are allocated on the heap. But in what form "packed" or "unpacked" they are placed there. Explain why?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Iron Bug, 2016-05-06
@rare

I think the answer to your question is here: stackoverflow.com/questions/1113819/arrays-heap-an...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question