Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 328 Bytes

iv.7.1.1-value-types-as-objects.md

File metadata and controls

3 lines (2 loc) · 328 Bytes

IV.7.1.1 Value types as objects

Throughout the textual descriptions of methods in the XML, there are places where a parameter of type object or an interface type is expected, but the description refers to passing a value type for that parameter. In these cases, the caller shall box the value type before making the call.