We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbb61f commit 749418cCopy full SHA for 749418c
docs/csharp/misc/cs0249.md
@@ -12,7 +12,7 @@ ms.assetid: 8bc3572f-d949-4867-b119-6527fb924a4a
12
13
Do not override object.Finalize. Instead, provide a destructor.
14
15
- Use destructor syntax to specify instructions to execute when your object is destroyed.
+ Use finalizer syntax to specify instructions to execute when your object is destroyed.
16
17
The following sample generates CS0249:
18
0 commit comments