Mercurial > silverbladetech
view delete me/SilverlightValidation/Interfaces/ICloneable.cs @ 70:39ba36cc82c5
not sure about these...
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Mon, 23 Apr 2012 11:06:29 +0100 |
parents | 3591c26bd63e |
children |
line wrap: on
line source
namespace SilverlightValidation.Interfaces { public interface ICloneable<T> { T Clone(); } }