My code is something like this
Rectangle area;
ref Rectangle local = ref area;
and I get this error "Severity Code Description Project File Line Suppression State
Error CS0165 Use of unassigned local variable 'area' SuperTabs C:\Users\JSGro\source\repos\SuperTabs\SuperTabs\BaseTabRenderer.cs 497 Active
"
Someone please help
Thanks,
Joshua Grossman