csharp
public record class LibraryMethodA callable member: func, init or an operator.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (9)
public required string Namepublic MethodKind MethodKindpublic required LibraryTypeReference ReturnTypepublic ImmutableArray<LibraryParameter> Parameterspublic ImmutableArray<LibraryTypeParameter> TypeParameterspublic bool IsStaticpublic ShaderStage StageThe stage this method is an entry point for, which a library does not export.
public string? SemanticNamepublic string? IrFunctionThe IR function this method's body lowered to, or null when there is no body to link.
Used by (7)
- BuilderVixen.Raven
- CompiledLibraryTestsVixen.Raven.Tests
- InOutTestsVixen.Raven.Tests
- LibraryTypeVixen.Raven
- MetadataMethodSymbolVixen.Raven
- MetadataNamedTypeSymbolVixen.Raven
- StreamTestsVixen.Raven.Tests