Table of Contents

Struct ResolvedMethodSymbol

Namespace
PolyType.Roslyn
Assembly
PolyType.Roslyn.dll

A resolved method symbol that includes additional metadata.

public readonly struct ResolvedMethodSymbol
Inherited Members

Properties

CustomName

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

public string? CustomName { get; init; }

Property Value

string

IsAmbiguous

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

public bool IsAmbiguous { get; init; }

Property Value

bool

MethodSymbol

Gets the resolved method symbol.

public required IMethodSymbol MethodSymbol { get; init; }

Property Value

IMethodSymbol