Vixen
dd8b0a81
csharp
public record class LibraryIrArgument

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

Read the guide page for this →

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