Common Type System

Common Type System

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5122-5629-9

High Quality Content by WIKIPEDIA articles! In Microsoft`s .NET Framework, the Common Type System (CTS) is a standard that specifies how Type definitions and specific values of Types are represented in computer memory. It is intended to allow programs written in different programming languages to easily share information. As used in programming languages, a Type can be described as a definition of a set of values (for example, "all integers between 0 and 10"), and the allowable operations on those values (for example, addition and subtraction).