Skip to content

Commit c9895c7

Browse files
committed
thanks
1 parent 83bb746 commit c9895c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/visual-csharp-code-snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Code snippets work much the same way in C# and C++, but the set of default code
2929
|#region|Creates a [#region](/dotnet/csharp/language-reference/preprocessor-directives#defining-regions) directive and a [#endregion](/dotnet/csharp/language-reference/preprocessor-directives#defining-regions) directive.|Anywhere.|
3030
|~|Creates a [finalizer](/dotnet/csharp/programming-guide/classes-and-structs/finalizers) (destructor) for the containing class.|Inside a class.|
3131
|attribute|Creates a declaration for a class that derives from <xref:System.Attribute>.|Inside a namespace (including the global namespace), a class, or a struct.|
32-
|checked|Creates a [checked](/csharp/language-reference/statements/checked-and-unchecked) block.|Inside a method, an indexer, a property accessor, or an event accessor.|
32+
|checked|Creates a [checked](/dotnet/csharp/language-reference/statements/checked-and-unchecked) block.|Inside a method, an indexer, a property accessor, or an event accessor.|
3333
|class|Creates a class declaration.|Inside a namespace (including the global namespace), a class, or a struct.|
3434
|ctor|Creates a constructor for the containing class.|Inside a class.|
3535
|cw|Creates a call to <xref:System.Console.WriteLine%2A>.|Inside a method, an indexer, a property accessor, or an event accessor.|

0 commit comments

Comments
 (0)