From f2c860704e6aab86e8e43b6f62cfdab0a2470044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Zgodzi=F1ski?= Date: Wed, 23 Feb 2011 17:42:36 +0100 Subject: [PATCH] Print a custom attribute's positional arguments. --- ICSharpCode.NRefactory/CSharp/Ast/GeneralScope/Attribute.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ICSharpCode.NRefactory/CSharp/Ast/GeneralScope/Attribute.cs b/ICSharpCode.NRefactory/CSharp/Ast/GeneralScope/Attribute.cs index 877771736a..b5a44275b7 100644 --- a/ICSharpCode.NRefactory/CSharp/Ast/GeneralScope/Attribute.cs +++ b/ICSharpCode.NRefactory/CSharp/Ast/GeneralScope/Attribute.cs @@ -25,12 +25,14 @@ // THE SOFTWARE. using System.Collections.Generic; +using System.Diagnostics; namespace ICSharpCode.NRefactory.CSharp { /// /// Attribute(Arguments) /// + [DebuggerDisplay("Attribute {Type}")] public class Attribute : AstNode { public override NodeType NodeType {