it calls the
tostring method
public
class ORTostring
{
public
override string
ToString()
{
return DateTime.Now.Millisecond.ToString();
}
}
static
void Main(string[]
args)
{
Console.WriteLine(new ORTostring());
No comments:
Post a Comment