Ejemplo n.º 1
0
 public override void CustomAttributeDefined(ErrorSink errors, AST.CustomAttribute customAttribute)
 {
     Debug.Fail("Custom attributes cannot be defined on transient assemblies or modules.");
     throw null;
 }
Ejemplo n.º 2
0
 public override void CustomAttributeDefined(ErrorSink errors, AST.CustomAttribute /*!*/ customAttribute)
 {
     attributes.Attributes.Add(customAttribute);
 }
Ejemplo n.º 3
0
 public abstract void CustomAttributeDefined(ErrorSink errors, AST.CustomAttribute customAttribute);