Browse Source

Fix attributes on classes/methods/etc.

pull/70/head
Daniel Grunwald 15 years ago
parent
commit
b2e20ba41f
  1. 1
      ICSharpCode.Decompiler/Ast/AstBuilder.cs

1
ICSharpCode.Decompiler/Ast/AstBuilder.cs

@ -653,6 +653,7 @@ namespace Decompiler @@ -653,6 +653,7 @@ namespace Decompiler
var section = new AttributeSection();
section.AttributeTarget = target;
section.Attributes.AddRange(attributes);
attributedNode.AddChild(section, AttributedNode.AttributeRole);
}
}
}

Loading…
Cancel
Save