Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 366 Bytes

ii.13.1-referencing-value-types.md

File metadata and controls

8 lines (6 loc) · 366 Bytes

II.13.1 Referencing value types

The unboxed form of a value type shall be referred to by using the valuetype keyword followed by a type reference. The boxed form of a value type shall be referred to by using the boxed keyword followed by a type reference.

ValueTypeReference ::=
boxed TypeReference
| valuetype TypeReference