请教写法
[SuppressMessage("Microsoft.Naming", "CA1720:xf", MessageId = "0#")]
public delegate Iabc Deserializex(string persistString);
[LocalizedDescription("DoPanel_Description")]
[Designer(typeof(System.Windows.Forms.Design.ControlDesigner))]
[ToolboxBitmap(typeof(resfinder), "W.l.bmp")]
[DefaultProperty("DocumentStyle")]
[DefaultEvent("ActiveContentChanged")]
public partial class xf: Panel
{
...
}
请问上面的代码中[]括号中的内容起什么作用啊,可不可以去掉啊?