public CodeTypeParameterCollection(CodeTypeParameterCollection value)
 {
     this.AddRange(value);
 }