Table of Contents

Class CustomEventDeclaration

Namespace
ICSharpCode.Decompiler.CSharp.Syntax
Assembly
ICSharpCode.Decompiler.dll
public class CustomEventDeclaration : EntityDeclaration, IAnnotatable, IFreezable, INode, ICloneable
Inheritance
CustomEventDeclaration
Implements
Inherited Members
Extension Methods

Constructors

CustomEventDeclaration()

public CustomEventDeclaration()

Fields

AddAccessorRole

public static readonly Role<Accessor> AddAccessorRole

Field Value

Role<Accessor>

AddKeywordRole

public static readonly TokenRole AddKeywordRole

Field Value

TokenRole

EventKeywordRole

public static readonly TokenRole EventKeywordRole

Field Value

TokenRole

RemoveAccessorRole

public static readonly Role<Accessor> RemoveAccessorRole

Field Value

Role<Accessor>

RemoveKeywordRole

public static readonly TokenRole RemoveKeywordRole

Field Value

TokenRole

Properties

AddAccessor

public Accessor AddAccessor { get; set; }

Property Value

Accessor

LBraceToken

public CSharpTokenNode LBraceToken { get; }

Property Value

CSharpTokenNode

PrivateImplementationType

Gets/Sets the type reference of the interface that is explicitly implemented. Null node if this member is not an explicit interface implementation.

public AstType PrivateImplementationType { get; set; }

Property Value

AstType

RBraceToken

public CSharpTokenNode RBraceToken { get; }

Property Value

CSharpTokenNode

RemoveAccessor

public Accessor RemoveAccessor { get; set; }

Property Value

Accessor

SymbolKind

public override SymbolKind SymbolKind { get; }

Property Value

SymbolKind

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

other AstNode
match Match

Returns

bool