What does int mapped int32 or int32 mapped int mean?

2

Ando watching some tutorials and always say those two words, can someone explain to me what is meant by mapped? , I searched through dictionaries (wordreference.com) among others and I can not understand what they refer to.

Thank you very much.

    
asked by albertocp05 18.12.2016 в 00:24
source

1 answer

2

The type int is an alias of type Int32 predefined name space System . You can see the table of equivalences (or mappings) in Table of integrated types (C # Reference)

    
answered by 18.12.2016 в 00:37