Open GF-Huang opened 2 years ago
var source = new A() { Property = "A" }; var destination = new A(); source.ShallowCloneTo(destination);
No. That's not a supported scenario.