D
DaTurk
Hi,
I was wondering if there is a CLI equivalent to using the this keyword
to overload constructors. You know where you would do something like
MyClass() : this("something")
{
}
MyClass(String name)
{
}
I can't seem to figure it out.
Thanks in advance
I was wondering if there is a CLI equivalent to using the this keyword
to overload constructors. You know where you would do something like
MyClass() : this("something")
{
}
MyClass(String name)
{
}
I can't seem to figure it out.
Thanks in advance