Vixen
02b45cc4
csharp
public record class LibraryIrArgument

One argument of a call: a value id, or the index of a root passed by reference.

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

Fields and properties (2)

  • public int? Value

    The value's id, when passed by value.

  • public int? Reference

    The root's index — parameters then locals, the same numbering Root uses — when passed by reference. A root index rather than a value id because there is no value: what crosses is the storage.

Methods (1)

  • public LibraryIrArgument(int? Value, int? Reference)

    One argument of a call: a value id, or the index of a root passed by reference.

Used by (3)

  • BodyDecoderVixen.Raven
  • LibraryIrCallVixen.Raven
  • LibraryIrEncoderVixen.Raven