You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/csharp/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ There are several sections in the C# Guide. You can read them in order, or jump
58
58
* This section contains the reference material on the C# language. This material helps you understand the syntax and semantics of C#. It also includes reference material on types, operators, attributes, preprocessor directives, compiler switches, compiler errors, and compiler warnings.
59
59
60
60
*[C# Language Specification](../csharp/language-reference/language-specification/index.md)
61
-
* Links to the latest version of the C# Specifications in Microsoft Word format.
61
+
* Links to the latest versions of the C# language specification.
Copy file name to clipboardExpand all lines: docs/csharp/language-reference/language-specification/index.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: "C# 6.0 draft Language Specification"
3
-
ms.date: 07/01/2017
2
+
title: "C# 6.0 draft language specification"
3
+
ms.date: 05/22/2018
4
4
ms.topic: language-reference
5
5
helpviewer_keywords:
6
6
- "C# language, specification"
@@ -9,18 +9,19 @@ helpviewer_keywords:
9
9
- "language specification [C#]"
10
10
ms.assetid: e5d5a5cc-636b-4bff-b9c8-a8edc6207c22
11
11
---
12
-
# C# 6.0 draft Language Specification
13
-
The C# Language Specification is the definitive source for C# syntax and usage. This specification contains detailed information about all aspects of the language, including many points that the documentation for Visual C# doesn't cover.
12
+
# C# 6.0 draft language specification
14
13
15
-
You can download version 5.0 of this specification from the [Microsoft Download Center](http://www.microsoft.com/download/details.aspx?id=7029). If you've installed Visual Studio 2015, you can also find the specification on your computer in the Program Files (x86)/Microsoft Visual Studio 14.0/VC#/Specifications/1033 folder. If you have another version of Visual Studio installed or if you installed Visual Studio in a language other than English, change the path as appropriate.
14
+
The C# language specification is the definitive source for C# syntax and usage. This specification contains detailed information about all aspects of the language, including many points that the documentation for C# doesn't cover.
16
15
17
-
Version 6.0 of the specification has not been approved as a standard. This site contains the [*draft* C# 6.0 specification](../../../../_csharplang/spec/introduction.md). It is built from the markdown files contained in [the dotnet/csharplang GitHub repository](https://github.com/dotnet/csharplang/blob/master/spec/README.md).
16
+
Version 5.0 of the specification has been released in December 2017 as the [Standard ECMA-334 5th Edition](https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-334.pdf) document.
17
+
18
+
Version 6.0 of the specification has not been approved as a standard. This site contains the [*draft* C# 6.0 specification](../../../../_csharplang/spec/introduction.md). It's built from the markdown files contained in the [dotnet/csharplang GitHub repository](https://github.com/dotnet/csharplang/blob/master/spec/README.md).
18
19
19
20
Issues on the draft specification should be created in the [dotnet/csharplang](https://github.com/dotnet/csharplang/issues) repository. Or, if you are interested
20
21
in fixing any errors you find, you may submit a [Pull Request](https://github.com/dotnet/csharplang/pulls) to the same repository.
0 commit comments