GuOrg / Gu.State

MIT License
9 stars 3 forks source link

Copy references #48

Open JohanLarsson opened 8 years ago

JohanLarsson commented 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.