Open billw2012 opened 3 years ago
As per issue #1676, this modifies the Duplicate method of the CollectionControl to use ICloneable to perform the duplication when its available. If it is not available it uses the original method.
Duplicate
CollectionControl
ICloneable
This will be part of v4.3.
As per issue #1676, this modifies the
Duplicate
method of theCollectionControl
to useICloneable
to perform the duplication when its available. If it is not available it uses the original method.