Compiler Error CS0761
Visual Studio 2008
Partial method declarations of 'method<T>' have inconsistent type parameter constraints.
If a partial method has an implementation, the generic type constraint must be identical to the constraint defined on the method signature.
To correct this error
Make the generic type constraints identical on each part of the partial method.