System.ICloneable public interface ICloneable Documentation Code namespace System { public interface ICloneable { object Clone(); } }