Kthyholdt

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

    Possible NullReferencePointer in for loop

    Snippet In the following code Reshaper gives a warning that curve[i] inside the for loop can be a possible NullReferenceException. Can I get rid of this without checking if curve[i] is null for eve...