diff SilverlightGlimpse/SilverlightValidation/Interfaces/ICloneable.cs @ 69:a0bcd783e612

Latest work
author Steven Hollidge <stevenhollidge@hotmail.com>
date Mon, 23 Apr 2012 11:06:10 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SilverlightGlimpse/SilverlightValidation/Interfaces/ICloneable.cs	Mon Apr 23 11:06:10 2012 +0100
@@ -0,0 +1,7 @@
+namespace SilverlightValidation.Interfaces
+{
+  public interface ICloneable<T>
+  {
+    T Clone();
+  }
+}