Skip to content

Commit 92d4347

Browse files
cartermpBillWagner
authored andcommitted
Remove Syntax Reference and point to Language Reference (#1225)
1 parent 22e8ace commit 92d4347

File tree

3 files changed

+5
-29
lines changed

3 files changed

+5
-29
lines changed

docs/csharp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ There are seven sections in the C# Guide. You can read them in order, or jump di
5050
* [.NET Compiler Platform SDK](roslyn/index.md):
5151
- The .NET Compiler Platform SDK enables you to write components that analyze code, and suggest or make improvements to that code. In this section, you'll learn how the APIs are organized, and how you can create code that enables rules and practices for your team. You'll also see samples, end to end scenarios, and links to other libraries with more examples using these APIs.
5252

53-
* [Syntax Reference](syntax.md):
53+
* [Language Reference](language-reference/index.md):
5454
- This section contains the reference material on the C# language. This material will help you understand the syntax and semantics of C#.

docs/csharp/syntax.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/toc.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,10 @@
259259
### [🔧 Reflection & code generation](csharp/reflection.md)
260260
### [Documenting your code](csharp/codedoc.md)
261261
## [🔧 Using the .NET Compiler Platform](csharp/roslyn/index.md)
262-
## [🔧 Syntax Reference](csharp/syntax.md)
262+
## [Language Reference](csharp/language-reference/index.md)
263+
<!--
264+
The C# Reference section can be ported from here:
265+
https://msdn.microsoft.com/en-us/library/618ayhy6.aspx
263266
264267
## [C# Programming Guide](csharp/programming-guide/index.md)
265268
### [Inside a C# Program](csharp/programming-guide/inside-a-program/index.md)

0 commit comments

Comments
 (0)