0
Answer

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

pavithran

pavithran

19y
2.1k
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