Table of Contents

Interface IEvent

Namespace
ICSharpCode.Decompiler.TypeSystem
Assembly
ICSharpCode.Decompiler.dll
public interface IEvent : IMember, IEntity, ISymbol, ICompilationProvider, INamedElement
Inherited Members
Extension Methods

Properties

AddAccessor

IMethod? AddAccessor { get; }

Property Value

IMethod

CanAdd

bool CanAdd { get; }

Property Value

bool

CanInvoke

bool CanInvoke { get; }

Property Value

bool

CanRemove

bool CanRemove { get; }

Property Value

bool

InvokeAccessor

IMethod? InvokeAccessor { get; }

Property Value

IMethod

RemoveAccessor

IMethod? RemoveAccessor { get; }

Property Value

IMethod