csharp
public record class LibraryParameterA parameter of a library method.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (7)
public required string Namepublic required LibraryTypeReference Typepublic int Ordinalpublic bool HasDefaultValuepublic LibraryValue? DefaultValuepublic string? SemanticNamepublic RefKind RefKindHow the parameter passes its argument. Part of the exported signature rather than an implementation detail: a consumer binding against this library has to know that the argument must be an assignable place, and the IR it links has a by-reference parameter.
Used by (5)
- BuilderVixen.Raven
- InOutTestsVixen.Raven.Tests
- LibraryMethodVixen.Raven
- MetadataMethodSymbolVixen.Raven
- MetadataParameterSymbolVixen.Raven