internal static void AddBindingConfigurationConstructor(this CodeTypeDeclaration @class) { if (@class == null) { throw new ArgumentNullException("class"); } if ([email protected]) { throw new ArgumentException("class"); } @class.AddBindingConfigurationConstructor(@class); }