Table of Contents

Struct ResolvedEventSymbol

Namespace
PolyType.Roslyn
Assembly
PolyType.Roslyn.dll

An event data model wrapping an IEventSymbol.

public readonly struct ResolvedEventSymbol
Inherited Members

Properties

CustomName

Gets a custom name to be applied to the method, if specified.

public string? CustomName { get; init; }

Property Value

string

Event

Gets the resolved event symbol.

public required IEventSymbol Event { get; init; }

Property Value

IEventSymbol

IsAmbiguous

Gets a value indicating whether the member is ambiguous due to diamond inheritance.

public bool IsAmbiguous { get; init; }

Property Value

bool