Menu

Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Friday, 15 July 2016

What is Common Type System?

The common type system defines how types are declared, used, and managed in the common language run time, and is also an important part of the run time's support for cross-language integration. The common type system performs the following functions:
  • Establishes a framework that helps enable cross-language integration, type safety, and high-performance code execution.
  • Provides an object-oriented model that supports the complete implementation of many programming languages.
  • Defines rules that languages must follow, which helps ensure that objects written in different languages can interact with each other.
  • Provides a library that contains the primitive data types (such as BooleanByteCharInt32, and UInt64) used in application development.
......please share your knowledge to learn yourself and make others too learn

No comments:

Post a Comment