Vixen
dd8b0a81
csharp
public record class LibraryProperty

A var member with accessors.

Read the guide page for this →

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