Vixen
02b45cc4
csharp
public record class LibraryField

A val/var/const member, an enum member, or a val type parameter.

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

Fields and properties (13)

  • public required string Name
  • public required LibraryTypeReference Type
  • public bool IsStatic
  • public bool IsReadOnly
  • public bool IsConst
  • public bool IsPermutation
  • public bool IsValueParameter
  • public bool IsCompose
  • public bool IsStream
  • public LibraryValue? DeclaredValue

    The folded value of a const, or the literal a field was declared with.

  • public ResourceKind ResourceKind
  • public ResourceSet ResourceSet
  • public string? SemanticName

Used by (6)

  • BuilderVixen.Raven
  • CompiledLibraryTestsVixen.Raven.Tests
  • LibraryTypeVixen.Raven
  • MetadataFieldSymbolVixen.Raven
  • MetadataNamedTypeSymbolVixen.Raven
  • StreamTestsVixen.Raven.Tests