what am i doing wrong here?
Posted: Tue Dec 17, 2013 3:21 am
for the following code,
I get the error
why?
both classes are in the same namespace.
- Code: Select all
use System.Collections
class ManageGarden
var bestFifty as SortedList<of Garden>
cue init
base.init
I get the error
- Code: Select all
ManageGarden.cobra(0,0): Error: Cannot find type for "SortedList<of Garden>".
why?
both classes are in the same namespace.