D
D
Dmitry2017-01-09 22:38:58
.NET
Dmitry, 2017-01-09 22:38:58

Where to look at CTS in .NET Framework?

Hello! Tell me where you can look at the Common Type System in the .NET Framework, in which file is it located? I read Richter and he writes that int is the same as System.Int32 located in the .NET Framework Class Library, so is CTS and FCL the same thing? Help me figure it out, I'm confused

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Daniil Demidko, 2017-01-10
@Daniro_San

int, string, float - aliases provided by the compiler for .NET types.
As if you had such an announcement in the file: using int = System.Int32;
You can see where everything is in the studio, right-click on the type name, "Go To Definition".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question