Vixen
02b45cc4
csharp
public sealed class MetadataPropertySymbol

A property read out of a compiled library.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (8)

  • public override string Name
  • public override Symbol? ContainingSymbol
  • public override TypeSymbol Type
  • public override bool HasGetter
  • public override bool HasSetter
  • public override bool IsStatic
  • public string? IrGetterName

    The IR function the getter lowered to, when it has a body.

  • public string? IrSetterName

    The IR function the setter lowered to, when it has a body.

Used by (2)

  • MetadataNamedTypeSymbolVixen.Raven
  • ReferenceLinkVixen.Raven