--- trunk/RomCheater/ObjectBinder.cs 2012/06/05 15:03:03 313
+++ trunk/RomCheater/ObjectBinder.cs 2012/06/05 15:17:41 314
@@ -10,13 +10,13 @@ namespace RomCheater
///
public class ObjectBinder
{
- ///
- /// 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