Cristiano Motta

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Cristiano Motta created a post,

    Why are the deconstruct parameters in bold?

    In Visual Studio 2022 I see the deconstruct parameters in bold? How can I disable it?  public void Deconstruct(out string father, out string son, out int microEventId, out string text)   {       fa...