Incorrect null-check in NodeCollection RemoveAt

Issue #41 resolved
Former user created an issue

The condition is wrong in the RemoveAt function. It will only try to remove a node if it does not exist and will then throw an exception.

Comments (1)

  1. Log in to comment