示例#1
0
 /// <summary>
 /// Add a builtin attribute without any arguments.
 /// </summary>
 public void Add(KnownAttribute type)
 {
     // use the assemblies' cache for simple attributes
     Add(module.MakeAttribute(type));
 }