Dmitriy Sosunov

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

    Unexplained suggestion that variable may be null

    Hi,   Please help me understand the following suggestion;   private static IList<int> Merge2(IList<string> intervals){string previous = null; var list = new List<int>(); if (intervals == null || in...