R
Rodolfo
I need to do something like this
public class a : b{
....
}
....
a objecta = new a();
if (objecta "inheritsfrom" b)
do something;
There's a reserved word to do that?
TIA
public class a : b{
....
}
....
a objecta = new a();
if (objecta "inheritsfrom" b)
do something;
There's a reserved word to do that?
TIA