Struct ResolvedPropertySymbol
A property data model wrapping an IEventSymbol.
public readonly struct ResolvedPropertySymbol
- Inherited Members
Properties
CustomName
Gets a custom name to be applied to the member, if specified.
public string? CustomName { get; init; }
Property Value
IncludeGetter
Gets a value indicating whether the getter should be included in the shape.
public bool IncludeGetter { get; init; }
Property Value
IncludeSetter
Gets a value indicating whether the setter should be included in the shape.
public bool IncludeSetter { get; init; }
Property Value
IsAmbiguous
Gets a value indicating whether the member is ambiguous due to diamond inheritance.
public bool IsAmbiguous { get; init; }
Property Value
Order
The declared order of the property or field.
public int Order { get; init; }
Property Value
Symbol
Gets the resolved property or field symbol.
public required ISymbol Symbol { get; init; }