How to check how much memory is used by class or struct object in C#
How to check how much memory is used by class or struct object in C#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Oct 27, 2020, 4:07 AM
int>>.SizeOf(list));
int>>.SizeOf(list));
Sachin SinghPosted Oct 27, 2020, 3:35 AM