1
Answer

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

Mahesh Gore

Mahesh Gore

9y
995
1
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)