int? someInt = null ;or use nullable<> typeeg: Nullable< int > someInt = null;
Nullable< int > SomeInt = null;
Post a Comment
1 comment:
Nullable< int > SomeInt = null;
Post a Comment