Questions tagged [expression-body]

This tag can represent question about Expression Body [=>] operator for C#

This tag can represent question about Expression Body operator for C#.

16 questions
-1
votes
3 answers

What does '=>' mean (in functions / property context)?

I got an auto generated code using Lambdas while developing a Xamarin application: public override string this[int position] => throw new NotImplementedException(); public override int Count => throw new NotImplementedException(); What does the =>…
BRDroid
  • 3,920
  • 8
  • 65
  • 143
1
2