B
Boni
Dear all,
if I initialize member like this
class A
{
pen _mypen= new pen(...)
}
and class A has 3 constructors will pen be initialized in all of them?
Is there any documentation about this issue?
Thanks in advane,
Boni
if I initialize member like this
class A
{
pen _mypen= new pen(...)
}
and class A has 3 constructors will pen be initialized in all of them?
Is there any documentation about this issue?
Thanks in advane,
Boni