0
Answer

How can i find the sizeof my class instance in c#

Photo of pavithran

pavithran

20y
2.4k
1
Hi How can i find the sizeof my class instance Class1 clsObje = new Class1(); // sizeof(clsObje ) ---> gives error how can i acheive this ??? Thanks in advance pavithran