Open JohanLarsson opened 8 years ago
Say we have:
var source = new List<object>(); source.Add(source);
Then ideally target would get first element set to self. Not a very important case but would be nice.
Say we have:
Then ideally target would get first element set to self. Not a very important case but would be nice.