ObjectCloner
ObjectCloner copied to clipboard
Does this clone Events or Delegates such as Func and Action?
The reason I ask is because I would rather it not clone events. Reason being is I use INotifyPropertyChanged on some classes and I would rather that not be cloned.
Func and Action would be nice If it does