Vixen
dd8b0a81
csharp
public record class LibraryIrStruct

A lowered aggregate.

Read the guide page for this →

Fields and properties (3)

  • public required string Key

    What a reference to this struct resolves by: the declaring library's name and the struct's, joined by ::.

  • public required string Name

    The identifier the struct carried in the module that built it.

  • public ImmutableArray<LibraryIrField> Fields

Used by (4)

  • IrVerifierTestsVixen.Raven.Tests
  • LibraryIrVixen.Raven
  • LibraryIrDecoderVixen.Raven
  • LibraryIrEncoderVixen.Raven