Browse Source

Print a custom attribute's positional arguments.

newNRvisualizers
Artur Zgodziski 15 years ago
parent
commit
f2c860704e
  1. 2
      ICSharpCode.NRefactory/CSharp/Ast/GeneralScope/Attribute.cs

2
ICSharpCode.NRefactory/CSharp/Ast/GeneralScope/Attribute.cs

@ -25,12 +25,14 @@
// THE SOFTWARE. // THE SOFTWARE.
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics;
namespace ICSharpCode.NRefactory.CSharp namespace ICSharpCode.NRefactory.CSharp
{ {
/// <summary> /// <summary>
/// Attribute(Arguments) /// Attribute(Arguments)
/// </summary> /// </summary>
[DebuggerDisplay("Attribute {Type}")]
public class Attribute : AstNode public class Attribute : AstNode
{ {
public override NodeType NodeType { public override NodeType NodeType {

Loading…
Cancel
Save