Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate classes topic from C# guide #4889

Merged
merged 8 commits into from
Apr 9, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bring back Classes to the C# Concepts TOC
  • Loading branch information
pkulikov committed Apr 5, 2018
commit a3c7cd148c224782add3f38b9e8cbc8c9b1866ce
1 change: 1 addition & 0 deletions docs/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
### [C# Type system](csharp/programming-guide/types/index.md)
### [Namespaces](csharp/programming-guide/namespaces/index.md)
### [Basic Types](csharp/basic-types.md)
### [Classes](csharp/programming-guide/classes-and-structs/classes.md)
### [Structs](csharp/structs.md)
### [Tuples](csharp/tuples.md)
### [Deconstructing tuples and other types](csharp/deconstruct.md)
Expand Down