Tech Stuff with Rybo
An overview of technical problems and my solutions for them.
Friday, July 10, 2009
C# Nullable Structs
You can make a struct type nullable by adding a ? at the end of the type.
(e.g
Point? myNullablePoint = ...
int? myNullableInt = ..
)
and so on..
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment