Class Attribute
- Namespace
- ICSharpCode.Decompiler.CSharp.Syntax
- Assembly
- ICSharpCode.Decompiler.dll
Attribute(Arguments)
public class Attribute : AstNode, IAnnotatable, IFreezable, INode, ICloneable
- Inheritance
-
Attribute
- Implements
- Inherited Members
- Extension Methods
Constructors
Attribute()
public Attribute()
Properties
Arguments
public AstNodeCollection<Expression> Arguments { get; }
Property Value
HasArgumentList
public bool HasArgumentList { get; set; }
Property Value
LParToken
public CSharpTokenNode LParToken { get; }
Property Value
NodeType
public override NodeType NodeType { get; }
Property Value
RParToken
public CSharpTokenNode RParToken { get; }
Property Value
Type
public AstType Type { get; set; }
Property Value
Methods
AcceptVisitor(IAstVisitor)
public override void AcceptVisitor(IAstVisitor visitor)
Parameters
visitor
IAstVisitor
AcceptVisitor<T>(IAstVisitor<T>)
public override T AcceptVisitor<T>(IAstVisitor<T> visitor)
Parameters
visitor
IAstVisitor<T>
Returns
- T
Type Parameters
T
AcceptVisitor<T, S>(IAstVisitor<T, S>, T)
public override S AcceptVisitor<T, S>(IAstVisitor<T, S> visitor, T data)
Parameters
visitor
IAstVisitor<T, S>data
T
Returns
- S
Type Parameters
T
S
DoMatch(AstNode, Match)
protected override bool DoMatch(AstNode other, Match match)
Parameters
Returns
ToString(CSharpFormattingOptions)
public override string ToString(CSharpFormattingOptions formattingOptions)
Parameters
formattingOptions
CSharpFormattingOptions