Hi,
I am new to Visual Basic .NET, I have installed Enterprise Architect version. The 5 common default methods that CLR provides for the custom class objects are visible to me. Am I missing any configuration ? Please help.
Printable View
Hi,
I am new to Visual Basic .NET, I have installed Enterprise Architect version. The 5 common default methods that CLR provides for the custom class objects are visible to me. Am I missing any configuration ? Please help.
I have no idea what you are talking about. Could you expand on your problem a little?
Maybe he means these methods (that's inherited from object class) :
.Equal
.Gethashcode
.Gettype
.Tostring
but they are only four !!
:bigyello:
Ah, if that is the case, go to the Tools menu, and pick Options...
Then on the left side find Text Editor, Basic, and make sure "Hide advanced members" is unchecked.
Thats its, I can now see the default methods.
:thumb: