Given this code:
int IInterface.ExplicitProperty
{
get {
return GetExplicitProperty();
}
}
int GetExplicitProperty()
{
return 0;
}
Trying to convert GetExplicitProperty() to the ExplicitProperty property,
is not permitted (R# says its a duplicated property).
Regards,
Pablo
–
–
I am Drunk of Borg. Resistance is floor tile.
Pablo Montilla
www.odyssey.com.uy