S
Satish Itty
What is the advantage of the new auto implemented properties introduced
in ocras?
For example is there any difference between
public string Message;
and
public string Message {get;set;}
Thanks.
in ocras?
For example is there any difference between
public string Message;
and
public string Message {get;set;}
Thanks.