Interface IEventSymbol
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IEventSymbol : ISymbol, IEquatable<ISymbol?>
Properties
AddMethod
Declaration
IMethodSymbol? AddMethod { get; }
Property Value
ExplicitInterfaceImplementations
Declaration
ImmutableArray<IEventSymbol> ExplicitInterfaceImplementations { get; }
Property Value
IsWindowsRuntimeEvent
Declaration
bool IsWindowsRuntimeEvent { get; }
Property Value
NullableAnnotation
Declaration
NullableAnnotation NullableAnnotation { get; }
Property Value
OriginalDefinition
Declaration
IEventSymbol OriginalDefinition { get; }
Property Value
OverriddenEvent
Declaration
IEventSymbol? OverriddenEvent { get; }
Property Value
RaiseMethod
Declaration
IMethodSymbol? RaiseMethod { get; }
Property Value
RemoveMethod
Declaration
IMethodSymbol? RemoveMethod { get; }
Property Value
Type
Declaration
ITypeSymbol Type { get; }
Property Value