T
Tony Johansson
Hello!
I just curious how method ToString actually look like in System.Object. I
mean the actual code.
Does anyone have this kind of information or how it can look like.
Class Object
{
public virtual string ToString()
{
}
}
//Tony
I just curious how method ToString actually look like in System.Object. I
mean the actual code.
Does anyone have this kind of information or how it can look like.
Class Object
{
public virtual string ToString()
{
}
}
//Tony