--- trunk/RomCheater/ObjectBinder.cs 2012/06/05 15:03:03 313
+++ trunk/RomCheater/TypeBinder.cs 2012/06/05 15:24:43 315
@@ -8,15 +8,15 @@
///
/// A class that allows the binding of an object to another type
///
- public class ObjectBinder
+ public class TypeBinder
{
- ///
- /// Binds an object to a specific type
- ///
- /// The destination object type
- /// The source object type (object)
- /// A bound type
- public static void Bind(object source, out T destination) where T : class { Bind