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

Loading…
Cancel
Save