1
Reply

__Boxed' could not be found (are you missing a using directi

Mahesh Gore

Mahesh Gore

May 28 2015 6:59 AM
973
code =
  __Boxed<int> local1 = (System.ValueType) dateTime.Year;
 
error=
 
 __Boxed' could not be found (are you missing a using directive or an assembly reference?)

Answers (1)