Browse Source

more attribute targets implemented.

newNRvisualizers
Artur Zgodziski 15 years ago
parent
commit
f4f554d5ac
  1. 2
      ICSharpCode.NRefactory/CSharp/Ast/CompilationUnit.cs

2
ICSharpCode.NRefactory/CSharp/Ast/CompilationUnit.cs

@ -28,7 +28,7 @@ using System.Collections.Generic;
namespace ICSharpCode.NRefactory.CSharp namespace ICSharpCode.NRefactory.CSharp
{ {
public class CompilationUnit : AstNode public class CompilationUnit : AttributedNode
{ {
public static readonly Role<AstNode> MemberRole = new Role<AstNode>("Member", AstNode.Null); public static readonly Role<AstNode> MemberRole = new Role<AstNode>("Member", AstNode.Null);

Loading…
Cancel
Save