differences between field and private method

  • Thread starter Thread starter essamce
  • Start date Start date
E

essamce

Guest
hi

what is the difference between :

private object x1 => this.someObject.p;


and

private object x1() => this.someObject.p;



?

any help will be appreciated,

thanks in advance

Continue reading...
 
Back
Top