csharp
public sealed class SourcePropertySymbolA var property or a self[…] indexer. Raven properties may carry willSet/didSet observers in addition to get/set; any of them makes the property writable.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (12)
public MemberDeclarationSyntax Syntaxpublic override string Namepublic override Symbol? ContainingSymbolpublic override SyntaxNode DeclaringSyntaxpublic override bool IsStaticpublic override TypeSymbol Typepublic AccessorListSyntax? AccessorListThe accessor block, when the property declares one.
public ArrowExpressionClauseSyntax? ExpressionBodyThe => expression body, when the property is expression-bodied.
public EqualsValueClauseSyntax? InitializerThe = value initializer, when present.
public override bool HasGetterpublic override bool HasSetterpublic override IReadOnlyList<ParameterSymbol> Parameters
Used by (2)
- SemanticModelVixen.Raven
- SourceNamedTypeSymbolVixen.Raven