Ejemplo n.º 1
0
 internal void AddCustomAttributes(Type type, IEnumerable <object> attributes)
 {
     MutableAttributeTable.AddAttributes(this.GetTypeList(type), attributes);
 }
Ejemplo n.º 2
0
 internal void AddCustomAttributes(Type ownerType, string memberName, IEnumerable <object> attributes)
 {
     MutableAttributeTable.AddAttributes(this.GetMemberList(ownerType, memberName), attributes);
 }
Ejemplo n.º 3
0
 internal void AddCustomAttributes(Assembly assembly, IEnumerable <object> attributes)
 {
     MutableAttributeTable.AddAttributes(this.GetAssemblyList(assembly), attributes);
 }