Vixen
02b45cc4
csharp
public record class LibraryTypeParameter

A generic parameter of a library type or method.

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

Fields and properties (3)

  • public required string Name
  • public int Ordinal
  • public ImmutableArray<LibraryTypeReference> Constraints

    Types named by the parameter's where clause, which are enforced (RVN2096).

Used by (5)

  • BuilderVixen.Raven
  • LibraryMethodVixen.Raven
  • LibraryTypeVixen.Raven
  • MetadataMethodSymbolVixen.Raven
  • MetadataNamedTypeSymbolVixen.Raven