csharplang/proposals/csharp-8.0/obsolete-accessor.md

4 lines
158 B
Markdown
Raw Normal View History

## Obsolete on property accessor
In C# 8.0, we added support for declaring a property accessor `[Obsolete]`. This is a placeholder for the specification.