* @param targetScope the TypeHelper containing the Types to use to create the copy objects.
* @return the new CopyHelper.
*/
public static CopyHelper createCrossScopeCopyHelper(TypeHelper targetScope)
{
return new CrossScopeCopyHelperImpl(targetScope);
}