var PrototypeBinding = function( arg ){ 
        
        Asserts.assertNotNull(arg.prototype, "prototype");
        
        Binding.call( this, arg );