R
Ronny
Is it correct to define a constructor with a return value in one of the
paramters as follows -
public constructor1(bool boolvalue, out int intvalue)
{
....
}
regrards
Ronny
paramters as follows -
public constructor1(bool boolvalue, out int intvalue)
{
....
}
regrards
Ronny