Hi all,
many Classes like VisualCron.JobClass have a "Clone" and "CloneType" method.
What is the difference?
Hi!
CloneType is to make easier as it returns the same object while Clone is the default one which returns just "Object".
Clone is added through implementation "IClonable"
To sum it up quickly: you should use CloneType.