G
Guest
If I define a property as
int age
{
get;
set;
}
Is there a way to add different access modifiers to the accessors when
implement?
int age
{
get;
set;
}
Is there a way to add different access modifiers to the accessors when
implement?