S
Sagaert Johan
Hi
i found this in an example class, but never saw this syntax before.
thais was inside a derived class of a combobox
public ComboBoxExItem() : this("")
{
}
public ComboBoxExItem(string text): this(text, -1)
{
}
why isthe method followed by : this ("") ?
i found this in an example class, but never saw this syntax before.
thais was inside a derived class of a combobox
public ComboBoxExItem() : this("")
{
}
public ComboBoxExItem(string text): this(text, -1)
{
}
why isthe method followed by : this ("") ?