G
Guest
Hi all,
how to understand the following declaration in MSDN about nullable structure
<SerializableAttribute> _
Public Structure Nullable(Of T As Structure)
I can : dim id as nullable(of integer), but integer is not a structure, so
what is the function of the AS Structure here?
Clara
thank you so much for your help
how to understand the following declaration in MSDN about nullable structure
<SerializableAttribute> _
Public Structure Nullable(Of T As Structure)
I can : dim id as nullable(of integer), but integer is not a structure, so
what is the function of the AS Structure here?
Clara
thank you so much for your help