Vixen
02b45cc4
csharp
public record class LibraryProperty

A var member with accessors.

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

Fields and properties (7)

  • public required string Name
  • public required LibraryTypeReference Type
  • public bool HasGetter
  • public bool HasSetter
  • public bool IsStatic
  • public string? IrGetter

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

  • public string? IrSetter

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

Used by (4)

  • BuilderVixen.Raven
  • LibraryTypeVixen.Raven
  • MetadataNamedTypeSymbolVixen.Raven
  • MetadataPropertySymbolVixen.Raven