@@ -26,19 +26,19 @@ The following table shows the keywords for built-in Visual C++ types, which are
26
26
27
27
|Visual C++ type|.NET Framework type|
28
28
|-----------------------|-------------------------|
29
- |**bool **|** System.Boolean** |
30
- |**signed char** (see [/J](../build/reference/j-default-char-type-is-unsigned.md) for more information)|** System.SByte** |
31
- |**unsigned char**|** System.Byte** |
32
- |**wchar_t **|** System.Char** |
33
- |**double** and **long double**|** System.Double** |
34
- |**float**|**System.Single** |
35
- |**int**, **signed int**, **long**, and **signed long**|** System.Int32** |
36
- |**unsigned int** and **unsigned long**|** System.UInt32** |
37
- |**__int64 ** and **signed __int64 **|** System.Int64** |
38
- |**unsigned __int64**|**System.UInt64** |
39
- |**short** and **signed short**|** System.Int16** |
40
- |**unsigned short **|** System.UInt16** |
41
- |**void**|**System.Void** |
29
+ |**void **|<xref: System.Void?displayProperty=nameWithType> |
30
+ |**bool**|<xref: System.Boolean?displayProperty=nameWithType> |
31
+ |**signed char** (see [/J](../build/reference/j-default-char-type-is-unsigned.md) for more information)|<xref: System.SByte?displayProperty=nameWithType> |
32
+ |**unsigned char **|<xref: System.Byte?displayProperty=nameWithType> |
33
+ |**wchar_t**|<xref: System.Char?displayProperty=nameWithType> |
34
+ |**short** and **signed short**|<xref:System.Int16?displayProperty=nameWithType> |
35
+ |**unsigned short**|<xref: System.UInt16?displayProperty=nameWithType> |
36
+ |**int**, **signed int**, **long**, and **signed long**|<xref: System.Int32?displayProperty=nameWithType> |
37
+ |**unsigned int ** and **unsigned long **|<xref: System.UInt32?displayProperty=nameWithType> |
38
+ |**__int64** and **signed __int64**|<xref:System.Int64?displayProperty=nameWithType> |
39
+ |**unsigned __int64**|<xref: System.UInt64?displayProperty=nameWithType> |
40
+ |**float **|<xref: System.Single?displayProperty=nameWithType> |
41
+ |**double** and **long double**|<xref:System.Double?displayProperty=nameWithType> |
42
42
43
43
## <a name="version_issues"></a> Version Issues for Value Types Nested in Native Types
44
44
0 commit comments