Posts by Rafael Inofer • 11 points
1 post
-
1
votes1
answer168
viewsQ: How to get the object references in Vb.net or c#?
I have the code to follow: Dim objeto1 as new ClasseTal Dim objeto2 as new SubClasse Dim objeto3 as new SubClasse objeto2.Prop1 = objeto1 objeto3.Prop1 = objeto1 that is, I want to count the…